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 ... ?
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