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

Definition

Constructors

Initializes a new instance of the BezierSeriesDrawPart class.

C#
public BezierSeriesDrawPart(BezierSeries series, IChartRenderer renderer)
Parameters:seriesBezierSeries

The series.

rendererIChartRenderer

The renderer.

Methods

Gets the line path.

C#
protected override GraphicsPath GetLinePath()
Returns:

GraphicsPath

Overrides: ScatterLineSeriesDrawPart.GetLinePath()

Gets the points positions with control points array.

C#
protected virtual PointF[] GetPointsPositionsWithControlPointsArray()
Returns:

PointF[]