harrinbw Posted January 3, 2008 Report Share Posted January 3, 2008 In the ChartFX .net 6.2 documentation there is references to DataType(0) property. This does not seem to exist in 7.0. Does anyone know where it is located or what the new property name is? Quote Link to comment Share on other sites More sharing options...
Frank Posted January 3, 2008 Report Share Posted January 3, 2008 The databinding paradigm changed dramatically in Chart FX 7. The Fields collection in Chart.DataSourceSettings allows you to specify which fields to get from the dasatasource, how to use them and in which order. The following section in the programmer's guide should get you in the right direction: http://support.softwarefx.com/OnlineDoc/CfxNet70/PG/html/UsingDatabasesIntroduction.htm Quote Link to comment Share on other sites More sharing options...
harrinbw Posted January 3, 2008 Author Report Share Posted January 3, 2008 Thanks for the info, it is exactly what I was looking for. You'll have to forgive my ignorance, I'm very new to ChartFX. I have another question. Is there away to set the Min and Max values of a gantt chart from the same dataset that returns the start and stop values. Possible example dataset: Name MinDate MaxDate StartDate StopDate Task 1 1/1/2008 2/1/2008 1/1/2008 1/5/2008 Task 2 1/1/2008 2/1/2008 1/6/2008 1/20/2008 And so on.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.