How can I use Wizard to edit data source?
SharpGraph for .NET Support
How can I use Wizard to edit data source?
12-05-2008, 1:11 PM
Hi,
I use the following lines to connect the SharpGraph to a DataSet as data source:
sharpGraph1.DataSource = ds; //.Tables[0];
sharpGraph1.Series["Series1"].Type = ChartType.Doughnut3D;
sharpGraph1.Series["Series1"].ValueMembersY = "Y";
sharpGraph1.Series["Series1"].ColorPalette = ColorPalette.Default;
But when I use DoCommand to open a Wizard I found the graph (pie) shows OK, but the Data Source item on the Series Settings tab is unable. even the data points tab shows nothing. How could I edit the data source or edit the data points?
By the way, I run the sample DoCommandMethod and DataBindSeries (after some modifications) and the same thing appeared: On Wizard Series Settings Data Source item is gray (unabled).
Thanks,
David Liu
Re: How can I use Wizard to edit data source?
12-10-2008, 11:46 AM
Thank you for your question. I have addressed this behavior to our development staff as case 123253 and linked your email address to the case as an affected user. Currently you will have to handle adding the data connectivity programmatically using custom code(possibly creating a custom data source dialog to handle the data connectivity).
Thanks,
Eric