Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
153
XanDataChart queris
posted

Hi,

Currently we are evaluating  XamDataChart control for our application. And It will be helpful for us if you can provide some details on the following queries.

 

1) When we use CategoryDateTimeXAxis to bind data values with more than 500 values, the values are not completely plotted. Is there any settings that is preventing the chart from displaying the complete set of values?

 

2) Is it possible to set the maximum and minimum range for the X Axis in CategoryDateTimeXAxis and CategoryXAxis for the DateTime values?

 

3) Can we use the NumericXAxis with LineSeries?

  • 30692
    Offline posted

    1) Could you provide a sample of your data, so we can try to reproduce the issue? Also, which version of the chart are you using? There were some bugs with this axis earlier on, especially if your data was closely spaced, so make sure you have the latest service release.

    2) In more recent service/volume releases of the chart you can set a MinimumValue and MaximumValue for the CategoryDateTimeXAxis.

    3) No, you can only use the LineSeries with CategoryXAxis and CategoryDateTimeXAxis. You can use a ScatterLineSeries with NumericXAxis, but be cautioned that it is not as efficient as LineSeries.

    Hope this helps!

    -Graham