Completed
Last Updated: 28 Jan 2015 13:33 by ADMIN
ADMIN
Ivan Petrov
Created on: 04 Jul 2014 14:41
Category: ChartView
Type: Bug Report
1
FIX. RadChartView - Axis labels are not drawn to the correct locations on the plot area.
Create a chart with a LinesSeries with a DateTimeContinuousAxis axis and set the following properties:
DateTimeContinuousAxis horizontalAxis = new DateTimeContinuousAxis();
horizontalAxis.Title = tupleItem.HorizontalAxis;
horizontalAxis.AxisType = AxisType.First;
horizontalAxis.VerticalLocation = AxisVerticalLocation.Bottom;
horizontalAxis.AutomaticBorderColor = false;
horizontalAxis.MaximumTicks = 10;
horizontalAxis.LabelFormat = "{0:HH:mm:ss.fff}";

You will see that there are less labels than ticks.

When the chart is zoomed the labels also disappear from the ticks.
0 comments