ClassPolarPointSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PolarPointSeriesDrawPart : PolarChartSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartPolarChartSeriesDrawPartPolarPointSeriesDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
PolarPointSeriesDrawPart(PolarPointSeries, IChartRenderer)
Declaration
cs-api-definition
public PolarPointSeriesDrawPart(PolarPointSeries series, IChartRenderer renderer)
Parameters
series
renderer
Methods
DrawSeriesParts()
Draws the series parts.
Declaration
cs-api-definition
public override void DrawSeriesParts()
Overrides
GetPointsPositionsArray()
Gets the points positions array.
Declaration
cs-api-definition
protected override PointF[] GetPointsPositionsArray()
Returns
PointF[]
Overrides
HitTest(Point)
Returns the DataPoint that hits the location.