Search
Plot.setSeriesStyle Method
See Also
 






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

Namespace: com.mindfusion.charting
File: 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