MindFusion.Java Package Programmer's Guide
Plot.setSeriesStyle Method
See Also
 






Sets a SeriesStyle whose attributes should be used to draw Series inside this Plot.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setSeriesStyle (
    SeriesStyle value
)

 Parameters

value

A SeriesStyle instance.

 Remarks

When the SeriesRenderer-s of the Series have their local SeriesStyle value set for a respective attribute it takes precedence.

 See Also

Plot Members
Plot Class
com.mindfusion.charting Namespace