NChartValueAxisMaxLabelLength Property |
Maximal allowed label length in pixels. If 0, maximal label width is calculated automatically according to the length
between neighbor ticks. The default value is 0.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float MaxLabelLength { get; set; }
Public Property MaxLabelLength As Single
Get
Set
public:
virtual property float MaxLabelLength {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also