Search
CandlestickRenderer.effectiveFill Method
See Also
 






Gets the brush that should be used to fill the representation of specified data item.

Namespace: MindFusion.Charting
File: CandlestickRenderer.js

 Syntax

JavaScript  Copy Code

function effectiveFill (seriesIndex, dataIndex, context)

 Parameters

seriesIndex

An integer index of a Series within the list of series rendered by this SeriesRenderer.

dataIndex

An integer index of the data item in specified series.

context

A RenderContext instance.

 Return Value

A Brush instance.

 See Also