Unplanned
Last Updated: 14 Sep 2023 07:56 by Martin Ivanov
Martin Ivanov
Created on: 14 Sep 2023 07:56
Category: ChartView
Type: Bug Report
0
ChartView: CartesianGridLineAnnotation is offset with a single pixel from its expected position on the axis

In some cases the CartesianGridLineAnnotation can be offset with a single pixel from the expected position on the axis. For example, if the annotation is positioned at value 0 and there is a tick, a offset between the tick and the annotation can be observed.

To work this around, you can manually offset the annotation by setting its Top Margin.

<telerik:CartesianGridLineAnnotation Margin="0 1 0 0"/>

0 comments