The SciChart.Charting2D.Interop.XohlcCandleVertex array containing data to draw.
The number of points to draw.
The width of each candle in pixels
The pen to paint wicks if the candle is an UP candle
The pen to paint wicks if the candle is a DOWN candle
The brush to fill candles if the candle is UP
The brush to fill candles if the candle is DOWN
The optional per-vertex transform to apply to each point during rendering. Null means identity matrix.
DrawCandlesBatch Method (IVxRenderContext)
Draws candlesticks from the SciChart.Charting2D.Interop.XohlcCandleVertex array, as a single batched draw call.
Syntax

Parameters

points
The SciChart.Charting2D.Interop.XohlcCandleVertex array containing data to draw.
count
The number of points to draw.
width
The width of each candle in pixels
penHigh
The pen to paint wicks if the candle is an UP candle
penLow
The pen to paint wicks if the candle is a DOWN candle
brushHigh
The brush to fill candles if the candle is UP
brushLow
The brush to fill candles if the candle is DOWN
vertexTransform
The optional per-vertex transform to apply to each point during rendering. Null means identity matrix.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also