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

Definition

Constructors

C#
public PolarPointSeriesDrawPart(PolarPointSeries series, IChartRenderer renderer)
Parameters:seriesPolarPointSeriesrendererIChartRenderer

Methods

Draws the series parts.

C#
public override void DrawSeriesParts()

Overrides: ChartSeriesDrawPart.DrawSeriesParts()

Gets the points positions array.

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

PointF[]

Overrides: ChartPointSeriesDrawPart.GetPointsPositionsArray()

Returns the DataPoint that hits the location.

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

The location.

Returns:

DataPoint

Overrides: ChartPointSeriesDrawPart.HitTest(Point)