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 ShouldAutodetectColumnCount As Boolean
Get
Set
property bool ShouldAutodetectColumnCount {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also