Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkScatterSeriesDrawPart : SparkCartesianSeriesDrawPart, ISparkDrawPart
Inheritance: objectSparkDrawPart<SparkSeries>SparkSeriesDrawPartSparkPointSeriesDrawPartSparkCartesianSeriesDrawPartSparkScatterSeriesDrawPart...
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkScatterSeriesDrawPart class.
C#
public SparkScatterSeriesDrawPart(SparkScatterSeries series, ISparkRenderer renderer)
The series.
rendererISparkRendererThe renderer.
Methods
Draws the points.
C#
protected override void DrawPoints()
Overrides:
Draws the series parts.
C#
public override void DrawSeriesParts()
Overrides:
C#
protected override RectangleF GetAdjustedClipRect(Graphics g)
Overrides:
Gets the points array.
Returns the SparkDataPoint that hits the location.
C#
public override SparkDataPoint HitTest(Point location)
The location.
Returns:Overrides: