Implements SeriesStyle.Fill. Returns a Brush from the Fills list that matches specified series index.
Namespace: MindFusion.Charting
File: PerSeriesStyle.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.