NChartScaleLegendColumnCount Property |
Number of columns in legend. If 0 or less than 0 entries are aligned in lines with no columns.
The default value is 0.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public int ColumnCount { get; set; }
Public Property ColumnCount As Integer
Get
Set
public:
virtual property int ColumnCount {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
INChartLegendColumnCountSee Also