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
640
Double y-Axis-Labels
posted

Hello again,
I use a y-Axis which has AxisRangeType.Custom and I set the properties for RangeMin and RangeMax.
Ok. Now I have a problem when the values are very small....the Chart shows some Labels twice. I think this is because I format the values to have only one position after the decimal point.
What can I do? I need the values with only one position. I think the chart should then show fewer values on the axis? But how?
Thank you very much!

Parents
  • 26458
    Verified Answer
    Offline posted

    Yes, you are correct, this is because of the formatting. Since you know what RangeMin and RangeMax are, you can show fewer tickmarks by setting TickmarkStyle to DataInterval and TickmarkInterval to a value that you can calculate based on your range. For example, if your range is less than 1, use 0.1 for the TickmarkInterval.

Reply Children
No Data