Jump to content
Software FX Community

binukjohn

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by binukjohn

  1. I am using a bubble chart. I have a drill down requirement where on clicking each bubble, it will popup the details of the bubble.The details of each bubble can be retrieved from the database only through an ID. How do I associate an ID with each bubble so that on clicking the bubble, this ID gets passed to the target URL as a query string parameter?
  2. I am a beginner with Chartfx...My requirement is quite simple.. I need a bubble chart in a web form..The chart will be populated using a Dataset..The dataset will have 3 fields.First field should be set as the x coordinate, second field should be set as the y coordinate and the 3rd field shold be the size of the bubble..Can anyone help me with samples?
  3. Thanks a lot.. I am using web forms. My Chartfx do not support the property DataSourceSettings.Fields...I am doing this.. Chart1.DataSourceSettings.DataSource = ds.Tables[0]; Chart1.DataSourceSettings.DataType[0] = DataType.XValue; Chart1.DataSourceSettings.DataType[1] = DataType.Value;Chart1.DataSourceSettings.DataType[2] = DataType.Value; But it doesnt seem to be working...I requirement is quite simple..I have 3 fields in the Dataset..One should be the x value, one should be the Y value and the 3rd should be the size of the bubble..
  4. I am a first time user of Chart fx. I am trying to populate a bubble chart using an SQL Dataset. Can anyone provide sample code for the same. Any help would be much appreciated.
×
×
  • Create New...