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