Implements SeriesStyle.Fill. Returns a Brush from the Fills list that matches specified series and data indices.
Namespace: MindFusion.Charting
File: PerElementSeriesStyle.js
JavaScript Copy Code |
---|
function fill (seriesIndex, dataIndex) |
Type: Number
An integer index of a Series.
Type: Number
An integer index of a data item in specified series.
Type: Brush
A Brush instance.