Click or drag to resize
NChartLegendShouldAutodetectColumnCount Property
Flag determining if ColumnCount should be detected automatically to ensure good-looking legend (true) or not (false). If this property is true, the value set to ColumnCount takes no effect. The default value is false.

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

Property Value

Type: Boolean

Implements

INChartLegendShouldAutodetectColumnCount
See Also