SharpGraph for .NET Support

Started by David9908 at 12-05-2008 1:11 PM. Topic has 1 replies.

Print Search Rate
Sort Posts:    
   12-05-2008, 1:11 PM
David9908 is not online. Last active: 4/22/2009 1:14:15 AM David9908

Not Ranked
Joined on 05-12-2005
Posts 7
How can I use Wizard to edit data source?
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

   Report 
   12-10-2008, 11:46 AM
ericc is not online. Last active: 4/4/2009 4:32:14 PM ericc

Top 10 Posts
Joined on 03-01-2005
Posts 1,857

DDStaff
Re: How can I use Wizard to edit data source?
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
 


   Report 
GrapeCity » Product Support » SharpGraph for ... » How can I use Wizard to edit data source?

Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.