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!
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.
Thank you! I now found a very good way to calculate the right interval...