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