Gets the brush that should be used to fill the representation of specified data item.
Namespace: MindFusion.Charting
File: CandlestickRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function effectiveFill (seriesIndex, dataIndex, context) |
An integer index of a Series within the list of series rendered by this SeriesRenderer.
An integer index of the data item in specified series.
A RenderContext instance.
A Brush instance.
See Also