| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > SetFillStyles Method SharpPlot.SetFillStyles MethodFill 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). Examplesp.SetFillStyles(new FillStyle[]{FillStyle.Saturate30,FillStyle.Saturate60}); OverloadsCalling this with a single FillStyle sets this as the style for all filled series from now on. See also ...SharpPlot Members | FillStyle Struct |