Margin of the chart that determines how far the content of chart starts from view's bounds. The default margin is
zero on all sides.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartMargin Margin { get; set; }
Public Property Margin As NChartMargin
Get
Set
public:
virtual property NChartMargin Margin {
NChartMargin get () sealed;
void set (NChartMargin value) sealed;
}
Property Value
Type:
NChartMarginSee Also