Search
Plot.getSeriesStyle Method
See Also
 






Gets the SeriesStyle whose attributes should be used to draw the Series inside this Plot.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public SeriesStyle getSeriesStyle ()

 Return Value

A SeriesStyle instance.

 Remarks

When the SeriesRenderer instances have their local SeriesStyle value set for the respective attribute it takes precedence.

 See Also