Class ChartPointSeriesDrawPart
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartPointSeriesDrawPart : ChartSeriesDrawPart, IDrawPart
Constructors
ChartPointSeriesDrawPart(ChartSeries, IChartRenderer)
Initializes a new instance of the ChartPointSeriesDrawPart class.
Declaration
public ChartPointSeriesDrawPart(ChartSeries series, IChartRenderer renderer)
Parameters
|
ChartSeries
series
The series. |
|
IChartRenderer
renderer
The renderer. |
Methods
DrawArea()
Draws the area.
Declaration
protected virtual void DrawArea()
DrawLine()
Draws the line.
Declaration
protected virtual void DrawLine()
DrawPoints()
Draws the points.
Declaration
protected virtual void DrawPoints()
GetLinePath()
Gets the line path.
Declaration
protected virtual GraphicsPath GetLinePath()
Returns
|
System.Drawing.Drawing2D.GraphicsPath
|
GetPointLocation(RadRect, SizeF)
Gets the point location.
Declaration
protected virtual PointF GetPointLocation(RadRect pointSlot, SizeF pointSize)
Parameters
|
RadRect
pointSlot
The point slot. |
|
System.Drawing.SizeF
pointSize
Size of the point. |
Returns
|
System.Drawing.PointF
|
GetPointsPositionsArray()
Gets the points positions array.
Declaration
protected virtual PointF[] GetPointsPositionsArray()
Returns
|
System.Drawing.PointF[]
|
HitTest(Point)
Returns the DataPoint that hits the location.
Declaration
public override DataPoint HitTest(Point location)
Parameters
|
System.Drawing.Point
location
The location. |
Returns
|
DataPoint
|