Search
PerElementSeriesStyle.fill Method
See Also
 






Implements SeriesStyle.Fill. Returns a Brush from the Fills list that matches specified series and data indices.

Namespace: MindFusion.Charting
File: PerElementSeriesStyle.js

 Syntax

JavaScript  Copy Code

function fill (seriesIndex, dataIndex)

 Parameters

seriesIndex

An integer index of a Series.

dataIndex

An integer index of a data item in specified series.

 Return Value

A Brush instance.

 See Also