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