Hi,
I'm looking for a chart to display non numerical data points. Something simple like months on the y axis, categories on the x axis, and simple points to represent them.
DataSet might look like, (Feb, Cat1), (Jan, Cat3).
I was hoping to use the scatter plot. However, the axis didn't like non numeric data.
Thank you for your suggestions in advance.
I cannot use scatter chart as I am trying to plot these points on a line chart.
Thanks,
Ju
Not for a point chart. Point charts use a string X axis, which cannot be expressed as a true numeric range. You should look into the scatter series, where you can have both numeric axes.
Is there a way to plot random point using point chart.
For example I want to plot a point at (2,5) and the next point at (5,8). The starting coordinate for x axis is 0 ending coordinate is 10. The y axis is also divided in a similar way.
Junaid
Thanks for your time and insight.
Unfortunately, there's currently no way to bind each label individually. Binding to the Format property will most likely just display the same text for all labels. I don't think there's a way to work around that right now. Please feel free to submit a feature request.
http://devcenter.infragistics.com/Protected/RequestFeature.aspx