Search
SeriesStyle.fill Method
See Also
 






Returns a Brush that should be used to fill specified element of specified series.

Namespace: MindFusion.Charting
File: SeriesStyle.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