| Contents > SharpPlot > Methods | Index |
SharpPlot.SetBackground Method
Set Paper color and shading style from any of fill-color, fill-style, edge-width (pts).
Example
sp.SetBackground(Color.Bisque,FillStyle.GradientBottomRight);
Overloads
- public void SetBackground(Color fillColor);
- public void SetBackground(double edgeWidth);
- public void SetBackground(FillStyle fillStyle);
- public void SetBackground(Color fillColor,FillStyle fillStyle);
- public void SetBackground(Color fillColor,FillStyle fillStyle,double edgeWidth);
