Class
CandlestickSeriesDrawPart

Definition

Constructors

CandlestickSeriesDrawPart(CandlestickSeries, IChartRenderer)

Initializes a new instance of the CandlestickSeriesDrawPart class.

Declaration

cs-api-definition
public CandlestickSeriesDrawPart(CandlestickSeries series, IChartRenderer renderer)

Parameters

series

CandlestickSeries

The series.

renderer

IChartRenderer

The renderer.

Methods

ConstructPath(OhlcDataPoint, RectangleF)

Constructs the path.

Declaration

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

Parameters

point

OhlcDataPoint

The point.

slot

RectangleF

The slot.

Returns

GraphicsPath

Overrides OhlcSeriesDrawPart.ConstructPath(OhlcDataPoint, RectangleF)

DrawSeriesParts()

Draws the series parts.

Declaration

cs-api-definition
public override void DrawSeriesParts()

Overrides OhlcSeriesDrawPart.DrawSeriesParts()

GetCrossPointPath(OhlcDataPoint, RectangleF)

Gets the cross point path.

Declaration

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

Parameters

point

OhlcDataPoint

The point.

slot

RectangleF

The slot.

Returns

GraphicsPath

GetFallingPointPath(OhlcDataPoint, RectangleF)

Gets the falling point path.

Declaration

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

Parameters

point

OhlcDataPoint

The point.

slot

RectangleF

The slot.

Returns

GraphicsPath

GetRaisingPointPath(OhlcDataPoint, RectangleF)

Gets the raising point path.

Declaration

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

Parameters

point

OhlcDataPoint

The point.

slot

RectangleF

The slot.

Returns

GraphicsPath