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