Class
ChartPointSeriesDrawPart

Definition

Constructors

ChartPointSeriesDrawPart(ChartSeries, IChartRenderer)

Initializes a new instance of the ChartPointSeriesDrawPart class.

Declaration

cs-api-definition
public ChartPointSeriesDrawPart(ChartSeries series, IChartRenderer renderer)

Parameters

series

ChartSeries

The series.

renderer

IChartRenderer

The renderer.

Methods

DrawArea()

Draws the area.

Declaration

cs-api-definition
protected virtual void DrawArea()

DrawLine()

Draws the line.

Declaration

cs-api-definition
protected virtual void DrawLine()

DrawPoints()

Draws the points.

Declaration

cs-api-definition
protected virtual void DrawPoints()

GetLinePath()

Gets the line path.

Declaration

cs-api-definition
protected virtual GraphicsPath GetLinePath()

Returns

GraphicsPath

GetPointLocation(RadRect, SizeF)

Gets the point location.

Declaration

cs-api-definition
protected virtual PointF GetPointLocation(RadRect pointSlot, SizeF pointSize)

Parameters

pointSlot

RadRect

The point slot.

pointSize

SizeF

Size of the point.

Returns

PointF

GetPointsPositionsArray()

Gets the points positions array.

Declaration

cs-api-definition
protected virtual PointF[] GetPointsPositionsArray()

Returns

PointF[]

HitTest(Point)

Returns the DataPoint that hits the location.

Declaration

cs-api-definition
public override DataPoint HitTest(Point location)

Parameters

location

Point

The location.

Returns

DataPoint

Overrides DrawPart<ChartSeries>.HitTest(Point)