This question is locked. New answers and comments are not allowed.
I have the following set on my chart:
From this Setting I would expect labels with one per day.
Instead I get two labels per day.
When I set MajorStep to 2 I get what I want.
My question - am I doing something wrong? Is this "normal"?
And if it is normal - do I always have to MajorStep to "wanted + 1" - or "wanted time 2"?
Manfred
<telerikChart:RadCartesianChart.HorizontalAxis> <telerikChart:DateTimeContinuousAxis x:Name="xAxis" MajorStepUnit="Day" MajorStep="1" LabelInterval="1" LabelFormat="dd.MM" PlotMode="OnTicks" LabelFitMode="Rotate" /> <!-- Minimum="{Binding XMinimum}" Maximum="{Binding XMaximum}" MajorStep="{Binding XMajorStep}" --></telerikChart:RadCartesianChart.HorizontalAxis>Instead I get two labels per day.
When I set MajorStep to 2 I get what I want.
My question - am I doing something wrong? Is this "normal"?
And if it is normal - do I always have to MajorStep to "wanted + 1" - or "wanted time 2"?
Manfred