NChartBackground Property |
Brush that fills the chart's background.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartBrush Background { get; set; }
Public Property Background As INChartBrush
Get
Set
public:
virtual property INChartBrush^ Background {
INChartBrush^ get () sealed;
void set (INChartBrush^ value) sealed;
}
Property Value
Type:
INChartBrushSee Also