Enumerates the candlesticks visible in current data range.
Namespace: MindFusion.Charting
File: CandlestickRenderer.js
JavaScript Copy Code |
---|
function enumVisibleCandlesticks (context, process) |
Type: RenderContext
A RenderContext instance.
Type: ProcessCandlesticks
A ProcessBars callback.
The signature of the ProcessCandlesticks delegate is as follows:'function(seriesIndex, dataIndex, points, bounds)'.param {Number} seriesIndex An integer index of series in Series list.param {Number} dataIndex An integer index of data item in specified series.param {MindFusion.Drawing.Point[]} points An array of four points containing wick ends' coordinates.param {MindFusion.Drawing.Rect} bounds A RectangleF representing the boundaries of current candlestick.The method is not expected to return a value.