New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the LineSeriesDrawPart class.

C#
public LineSeriesDrawPart(LineSeriesBase series, IChartRenderer renderer)
Parameters:seriesLineSeriesBase

The series.

rendererIChartRenderer

The renderer.

Methods

Draws the line.

C#
protected override void DrawLine()

Overrides: CartesianSeriesDrawPart.DrawLine()

Draws the points.

C#
protected override void DrawPoints()

Overrides: ChartPointSeriesDrawPart.DrawPoints()

Draws the series parts.

C#
public override void DrawSeriesParts()

Overrides: ChartSeriesDrawPart.DrawSeriesParts()

Gets the line path.

C#
protected override GraphicsPath GetLinePath()
Returns:

GraphicsPath

Overrides: ChartPointSeriesDrawPart.GetLinePath()

Gets the line paths.

C#
protected virtual GraphicsPath GetLinePaths(PointF[] points)
Parameters:pointsPointF[]

The points.

Returns:

GraphicsPath

Gets the points positions array.

C#
protected override PointF[] GetPointsPositionsArray()
Returns:

PointF[]

Overrides: ChartPointSeriesDrawPart.GetPointsPositionsArray()

Gets the points positions arrays.

C#
protected virtual List<PointF[]> GetPointsPositionsArrays()
Returns:

List<PointF[]>