NChartTimeAxisMargin Property |
Margin of the time axis.
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