Background Property (PlotArea)
In This Topic
Gets or sets the plot area background.
Syntax
'Declaration
Public Property Background As Brush
'Usage
Dim instance As PlotArea
Dim value As Brush
instance.Background = value
value = instance.Background
public Brush Background {get; set;}
See Also