Interface IHasBackground
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public interface IHasBackground
- Extension Methods
Properties
BackgroundColor
Color BackgroundColor { get; set; }
Property Value
BackgroundFillStyle
FillStyle BackgroundFillStyle { get; }
Property Value
BackgroundHatch
IHatch? BackgroundHatch { get; set; }
Property Value
BackgroundHatchColor
Color BackgroundHatchColor { get; set; }