Hello Georgio,
Thank you for your interest in RadControls for WindowsPhone!
The objects that can be displayed on a
RadCartesianChart with a
CategoricalAxis are represented by the
CategoricalDataPoint class. It has a
Value and
Category properties that define the position of the point on the chart. If you do not set a
Category property, its value will be auto-generated in the same order that the
CategoricalDataPoint is added to the
DataPoints collection. The
Category is of type
object, and the axis label is its string representation.
In the provided example you have to set the Category property of the data points:
I hope this was useful. Please, feel free to reach back to us with further questions.
Regards,
Rositsa Topchiyska
Telerik
Have a suggestion or face a problem - you can use the
Ideas & Feedback portal to submit ideas, feedback and vote for them.