| Contents > SharpPlot > Methods | Index |
SharpPlot.SetChartBackground Method
Set Chart background shading style from any of fill-color, fill-style, edge-width (pts).
Example
sp.SetChartBackground(Color.Navy,FillStyle.Opacity42);
Overloads
- public void SetChartBackground(Color fillColor);
- public void SetChartBackground(double edgeWidth);
- public void SetChartBackground(FillStyle fillStyle);
- public void SetChartBackground(Color fillColor,FillStyle fillStyle);
- public void SetChartBackground(Color fillColor,FillStyle fillStyle,double edgeWidth);
This paints the region bounded by the chart axes.
