Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartPointSeriesDrawPart : ChartSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartPointSeriesDrawPart class.
C#
public ChartPointSeriesDrawPart(ChartSeries series, IChartRenderer renderer)
The series.
rendererIChartRendererThe renderer.
Methods
Draws the area.
C#
protected virtual void DrawArea()
Draws the line.
C#
protected virtual void DrawLine()
Draws the points.
C#
protected virtual void DrawPoints()
Gets the line path.
Gets the points positions array.