| Contents > SharpPlot > Methods | Index |
SharpPlot.SetFrameBackground Method
Set Frame background shading style from any of fill-color, fill-style, edge-width (pts).
Example
sp.SetFrameBackground(Color.WhiteSmoke,FillStyle.Solid);
Overloads
- public void SetFrameBackground(Color fillColor);
- public void SetFrameBackground(double edgeWidth);
- public void SetFrameBackground(FillStyle fillStyle);
- public void SetFrameBackground(Color fillColor,FillStyle fillStyle);
- public void SetFrameBackground(Color fillColor,FillStyle fillStyle,double edgeWidth);
