ClassLineSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class LineSeriesDrawPart : CartesianSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartCartesianSeriesDrawPartLineSeriesDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
LineSeriesDrawPart(LineSeriesBase, IChartRenderer)
Initializes a new instance of the LineSeriesDrawPart class.
Declaration
cs-api-definition
public LineSeriesDrawPart(LineSeriesBase series, IChartRenderer renderer)
Parameters
series
The series.
renderer
The renderer.
Methods
DrawPoints()
Draws the points.
Declaration
cs-api-definition
protected override void DrawPoints()
Overrides
DrawSeriesParts()
Draws the series parts.
Declaration
cs-api-definition
public override void DrawSeriesParts()
Overrides
GetLinePath()
Gets the line path.
Declaration
cs-api-definition
protected override GraphicsPath GetLinePath()
Returns
Overrides
GetLinePaths(PointF[])
Gets the line paths.
Declaration
cs-api-definition
protected virtual GraphicsPath GetLinePaths(PointF[] points)
Parameters
points
PointF[]
The points.
Returns
GetPointsPositionsArray()
Gets the points positions array.
Declaration
cs-api-definition
protected override PointF[] GetPointsPositionsArray()
Returns
PointF[]
Overrides
GetPointsPositionsArrays()
Gets the points positions arrays.
Declaration
cs-api-definition
protected virtual List<PointF[]> GetPointsPositionsArrays()
Returns
List<PointF[]>