In This Topic
Gets or sets the background brush for plot area.
Syntax
'Declaration
Public Property PlotBackground As Brush
'Usage
Dim instance As ChartView
Dim value As Brush
instance.PlotBackground = value
value = instance.PlotBackground
public Brush PlotBackground {get; set;}
See Also