Jump to content
Software FX Community

DataType(0) property not in ChartFX 7


harrinbw

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...