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
530
XamDataChart? Is there a way to fake the axis values
posted

Hi, I am plotting scatter contour data chart.

When I used the 0 to 10  for axis everthongis good, but when I used some real values for axis, the graphs got crooked. 

Is there a way to fake the labeling of the axis, so It will draw the graph like 0 to 10, but it labeled as  0-1 ... ?

  • 1400
    Offline posted

    Hello Guray,

    You will need to create a DataTemplate for axis labels and convert data values (0-10) using custom type converter to new coordinates (0-1 values). Attached WPF application shows an example how to implement AxisLabelConverter and AxisLabelTemplate.

    ContourSeriesWithCustomAxisLabelsScale.zip