Jump to content
Software FX Community

need help in creating data driven bubble charts


binukjohn

Recommended Posts

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..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...