Unplanned
Last Updated: 03 Jan 2017 20:54 by ADMIN
ADMIN
Petar Marchev
Created on: 10 Feb 2015 08:59
Category: ChartView
Type: Bug Report
3
ChartView: LineSeries renders incorrectly and line is missing in a scenario with very large values and a very small manual range
When the values of the data points have great values and the axis has a very small manual range, the Path element does not render correctly and is at times not visible at all.

Workaround:
A possible way to resolve this is to use the Direct2DRenderOptions. The different render modes use a completely different rendering logic.
<telerik:LineSeries.RenderOptions>
 <telerik:Direct2DRenderOptions />
</telerik:LineSeries.RenderOptions>
0 comments