NChartValueAxisLabelsAlignment Property |
Alignment of the axis labels relative to the axis ticks. The default value is NChartAxisLabelsAlignment.Center.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartAxisLabelsAlignment LabelsAlignment { get; set; }
Public Property LabelsAlignment As NChartAxisLabelsAlignment
Get
Set
public:
virtual property NChartAxisLabelsAlignment LabelsAlignment {
NChartAxisLabelsAlignment get () sealed;
void set (NChartAxisLabelsAlignment value) sealed;
}
Property Value
Type:
NChartAxisLabelsAlignmentSee Also