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

Definition

Constructors

Initializes a new instance of the SparkCartesianSeriesDrawPart class.

C#
public SparkCartesianSeriesDrawPart(SparkCartesianSeries series, ISparkRenderer renderer)
Parameters:seriesSparkCartesianSeries

The series.

rendererISparkRenderer

The renderer.

Methods

Draws the line.

C#
protected override void DrawLine()

Overrides: SparkPointSeriesDrawPart.DrawLine()

Gets the point location.

C#
protected override PointF GetPointLocation(RadRect pointSlot, SizeF pointSize)
Parameters:pointSlotRadRect

The point slot.

pointSizeSizeF

Size of the point.

Returns:

PointF

Overrides: SparkPointSeriesDrawPart.GetPointLocation(RadRect, SizeF)