New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the SparkScatterSeriesDrawPart class.

C#
public SparkScatterSeriesDrawPart(SparkScatterSeries series, ISparkRenderer renderer)
Parameters:seriesSparkScatterSeries

The series.

rendererISparkRenderer

The renderer.

Methods

Draws the points.

C#
protected override void DrawPoints()

Overrides: SparkPointSeriesDrawPart.DrawPoints()

Draws the series parts.

C#
public override void DrawSeriesParts()

Overrides: SparkSeriesDrawPart.DrawSeriesParts()

C#
protected override RectangleF GetAdjustedClipRect(Graphics g)
Parameters:gGraphicsReturns:

RectangleF

Overrides: SparkDrawPart<SparkSeries>.GetAdjustedClipRect(Graphics)

Gets the points array.

C#
protected override PointF[] GetPointsPositionsArray()
Returns:

PointF[]

Overrides: SparkPointSeriesDrawPart.GetPointsPositionsArray()

Returns the SparkDataPoint that hits the location.

C#
public override SparkDataPoint HitTest(Point location)
Parameters:locationPoint

The location.

Returns:

SparkDataPoint

Overrides: SparkPointSeriesDrawPart.HitTest(Point)