Click or drag to resize
NChartCaptionMaxWidth Property
Maximal width of the label's text in pixels. If the text is bigger than the given size lines will be broken according to the wrapping mode.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public float MaxWidth { get; set; }

Property Value

Type: Single

Implements

INChartLabelMaxWidth
See Also