Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkPointSeriesDrawPart : SparkSeriesDrawPart, ISparkDrawPart
Inheritance: objectSparkDrawPart<SparkSeries>SparkSeriesDrawPartSparkPointSeriesDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkPointSeriesDrawPart class.
C#
public SparkPointSeriesDrawPart(SparkSeries series, ISparkRenderer renderer)
The series.
rendererISparkRendererThe renderer.
Methods
C#
protected virtual bool CanDrawPointMarkers(SparkDataPoint dataPoint)
Draws the area.
C#
protected virtual void DrawArea()
Draws the line.
C#
protected virtual void DrawLine()
C#
protected virtual void DrawPointMarker(SparkDataPoint dataPoint, PointF pointLocation)
Draws the points.
C#
protected virtual void DrawPoints()
Gets the line path.
Gets the points positions array.
Returns the SparkDataPoint that hits the location.
C#
public override SparkDataPoint HitTest(Point location)
The location.
Returns:Overrides: