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

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