Implements SeriesStyle.stroke. Returns a Brush from the Strokes list that matches the specified Series and data indices.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public Brush stroke ( |
The zero-based index of the Series.
The zero-based index of the data item in the specified Series.
A Brush instance.
If the count of Brush-instances is less than the count of data items in the Series, the control cycles through them until the right index is reached.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |