| Contents > SharpPlot > Methods | Index |
SharpPlot.SetColors Method
Set an array of colors for use by upcoming data series. The array is reused cyclically by all the series which follow.
Example
sp.SetColors(new Color[]{Color.Navy,Color.Maroon});
Overloads
A single color will ensure all series are colored identically until this is set again.
