NumericXAxis has a MinimumValue and MaximumValue, but CategoryDateTimeXAxis. Is there a workaround for this?
My scenario: I simultaneously display different data sets in XamDataCharts, one chart per dataset. The user can specify a time span from which to show data. I want all the charts on screen to display the same user specified time span. The measurements in the different data sets however have been done at different times, so each data set has a different first and last datapoint date.
Which version of the product are you currently using? If you install the latest service release, these properties where added, but they aren't present in the initial volume release.
-Graham
Today I started with the trial version of NetAdvantage Ultimate 2010 Vol. 3. I read something somewhere about a service release but I cannot find it. Is (are) the service release(s) also available for trial users?
Unfortunately, I believe the Trial is limited to the volume release of the product. I'm not certain if there is a way for you to evaluate a more recent version. But you could inquire with productmanager@infragistics.com to see if anything can be done. Rest assured, though, that those properties have been introduced to support this very scenario.
As a work around you could filter the data being assigned to the chart down to the date range you are intersted in. And if you need to establish an exact date range you can insert a two dummy values with the exact start and end dates that you want, but that have value double.NaN so that they don't display in the chart.
Hope this helps!
I believe that documentation is probably tied to the volume release, which would explain the missing properties, but would need to confirm.
At this stage of my prototyping I'll take your word for it that it works :)
The documentation here doesn't mention MinimumValue and MaximumValue though:
http://help.infragistics.com/NetAdvantage/WPFDV/2010.3/CLR4.0/
Or is there separate documentation for the service release?