ClassChartPointSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartPointSeriesDrawPart : ChartSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
ChartPointSeriesDrawPart(ChartSeries, IChartRenderer)
Initializes a new instance of the ChartPointSeriesDrawPart class.
Declaration
cs-api-definition
public ChartPointSeriesDrawPart(ChartSeries series, IChartRenderer renderer)
Parameters
series
The series.
renderer
The renderer.
Methods
GetLinePath()
Gets the line path.
GetPointLocation(RadRect, SizeF)
Gets the point location.
GetPointsPositionsArray()
Gets the points positions array.
HitTest(Point)
Returns the DataPoint that hits the location.