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

Definition

Constructors

Initializes a new instance of the ChartPointSeriesDrawPart class.

C#
public ChartPointSeriesDrawPart(ChartSeries series, IChartRenderer renderer)
Parameters:seriesChartSeries

The series.

rendererIChartRenderer

The 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.

C#
protected virtual GraphicsPath GetLinePath()
Returns:

GraphicsPath

Gets the point location.

C#
protected virtual PointF GetPointLocation(RadRect pointSlot, SizeF pointSize)
Parameters:pointSlotRadRect

The point slot.

pointSizeSizeF

Size of the point.

Returns:

PointF

Gets the points positions array.

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

PointF[]

Returns the DataPoint that hits the location.

C#
public override DataPoint HitTest(Point location)
Parameters:locationPoint

The location.

Returns:

DataPoint

Overrides: DrawPart<ChartSeries>.HitTest(Point)