Class
OhlcSeriesDrawPart

Definition

Constructors

OhlcSeriesDrawPart(OhlcSeries, IChartRenderer)

Initializes a new instance of the OhlcSeriesDrawPart class.

Declaration

cs-api-definition
public OhlcSeriesDrawPart(OhlcSeries series, IChartRenderer renderer)

Parameters

series

OhlcSeries

The series.

renderer

IChartRenderer

The renderer.

Methods

ConstructPath(OhlcDataPoint, RectangleF)

Constructs the path.

Declaration

cs-api-definition
protected virtual GraphicsPath ConstructPath(OhlcDataPoint point, RectangleF slot)

Parameters

point

OhlcDataPoint

The point.

slot

RectangleF

The slot.

Returns

GraphicsPath

DrawSeriesParts()

Draws the series parts.

Declaration

cs-api-definition
public override void DrawSeriesParts()

Overrides ChartSeriesDrawPart.DrawSeriesParts()

HitTest(Point)

Gets 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)