Class SparkPointSeriesDrawPart
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkPointSeriesDrawPart : SparkSeriesDrawPart, ISparkDrawPart
Constructors
SparkPointSeriesDrawPart(SparkSeries, ISparkRenderer)
Initializes a new instance of the SparkPointSeriesDrawPart class.
Declaration
public SparkPointSeriesDrawPart(SparkSeries series, ISparkRenderer renderer)
Parameters
SparkSeries
series
The series. |
ISparkRenderer
renderer
The renderer. |
Methods
CanDrawPointMarkers(SparkDataPoint)
Declaration
protected virtual bool CanDrawPointMarkers(SparkDataPoint dataPoint)
Parameters
SparkDataPoint
dataPoint
|
Returns
System.Boolean
|
DrawArea()
Draws the area.
Declaration
protected virtual void DrawArea()
DrawLine()
Draws the line.
Declaration
protected virtual void DrawLine()
DrawPointMarker(SparkDataPoint, PointF)
Declaration
protected virtual void DrawPointMarker(SparkDataPoint dataPoint, PointF pointLocation)
Parameters
SparkDataPoint
dataPoint
|
System.Drawing.PointF
pointLocation
|
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 SparkDataPoint that hits the location.
Declaration
public override SparkDataPoint HitTest(Point location)
Parameters
System.Drawing.Point
location
The location. |
Returns
SparkDataPoint
|