SharpPlot Reference > SharpPlot Methods > SetFillStyles Method SharpPlot.SetFillStyles Method
Fill Patterns for use by upcoming data series. The patterns will be reused cyclically for any data-series which require shaded areas (typically barcharts or surface-shaded line-graphs).
Example
sp.SetFillStyles(new FillStyle[]{FillStyle.Saturate30,FillStyle.Saturate60});
Overloads
Calling this with a single FillStyle sets this as the style for all filled series from now on.
See also ...SharpPlot Members | FillStyle Struct
Send comments on this topic © Dyalog Ltd 2021
|