FIX. RadChartView - exception when one sets the MajorStep property of the DateTimeContinuousAxis at design time and the series does not have data points.
To reproduce:
- Add DateTimeContinuousAxis to a chart and set its MajorStep property.
Workaround:
Create the DateTimeContinuousAxis in the code behind.