Click or drag to resize
INChartLegendShouldAutodetectColumnCount 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
bool ShouldAutodetectColumnCount { get; set; }

Property Value

Type: Boolean
See Also