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