[CanBeNullAttribute]
public Brush ChartBackground { get; set; }<CanBeNullAttribute>
Public Property ChartBackground As Brush
Get
Setpublic:
[CanBeNullAttribute]
property Brush^ ChartBackground {
Brush^ get ();
void set (Brush^ value);
}[<CanBeNullAttribute>]
member ChartBackground : Brush with get, set