Implements SeriesStyle.strokeThickness. Returns a value from the StrokeThicknesses list that matches the specified Series and data indices.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public Double strokeThickness ( |
The zero-based index of the Series.
The zero-based index of the data item in the specified Series.
A double value that specifies the stroke thickness. Null is accepted.
If the count of double values is less than the count of the data items in the Series the control cycles through them until the right indices are reached.