This question is locked. New answers and comments are not allowed.
I wanted to display fixed interval (4Hrs) in Horizontal Axis in the display view range.
Minimum and Maximum set as for two week of date range.
I have set MajorStepUnit="Hour" and MajorStep="4" , still the number of ticks coming as expected.
How does the Zoom factor related with this ? does this override the MajorStepUnit and MajorStep.
<telerik:DateTimeContinuousAxis
Minimum="{Binding MinumumDate}"
Maximum="{Binding MaximumDate}"
LastLabelVisibility="Visible" PlotStretch="Uniform" TickThickness="1" PlotMode="BetweenTicks" ShowLabels="True" MajorStepUnit="Hour" LabelFitMode="MultiLine" MajorStep="4">
Minimum and Maximum set as for two week of date range.
I have set MajorStepUnit="Hour" and MajorStep="4" , still the number of ticks coming as expected.
How does the Zoom factor related with this ? does this override the MajorStepUnit and MajorStep.
<telerik:DateTimeContinuousAxis
Minimum="{Binding MinumumDate}"
Maximum="{Binding MaximumDate}"
LastLabelVisibility="Visible" PlotStretch="Uniform" TickThickness="1" PlotMode="BetweenTicks" ShowLabels="True" MajorStepUnit="Hour" LabelFitMode="MultiLine" MajorStep="4">