This question is locked. New answers and comments are not allowed.
                        
                        I have an app that shows multiple charts The data timeframe is the same across the charts, yet some charts show a different label set than others. I have the axis set up as:
<telerik:DateTimeContinuousAxis Foreground="White" LabelFitMode="None" LabelFormat="{}{0:hh:mm}" FontSize="9" MajorStepUnit="Minute" MajorStep="30" >          </telerik:DateTimeContinuousAxis>
all of the labels are 30 minutes apart, but the starting point is not the same for each chart
Any ideas?