Hi!
I'd like to set my (Stock)Chart Y axis labels to have a label for each integer, but maximum 8 labels.
If I use (image1)
<StockChartPrimaryYAxis DesiredIntervals="8" MaximumLabels="8" LabelIntersectAction="LabelIntersectAction.Hide" LabelFormat="n0" />
there are 8 labels even if the total range is smaller than 8 (in this case the same label is displayed multiple times: this is what I'd like to avoid.).
If I use (image2)
<StockChartPrimaryYAxis DesiredIntervals="8" MaximumLabels="8" Interval="1" LabelIntersectAction="LabelIntersectAction.Hide" LabelFormat="n0" />
a label is shown for each integer, but the number of labels exceeds 8 (by much).
Is there a solution for this?
Thank you!
Attachment:
Archívum_f54ecb89.zip