Hello-
Is it possible to set the axis labels to use some custom string instead of the default XValue and YValue properties of the DataPoint?
I am constructing a list of DataPoint and binding that to the chart's ItemSource. I tried iterating through the TickPoint collection and setting the TickPoint.Label property, but the axis still shows the xvalues and yvalues.
thanks,
Edmund