Specifies a limit for the number of point labels.
Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v17.2.dll

Syntax
C# |
public BootstrapPieChartCommonSeriesBuilder MaxLabelCount(
int maxLabelCount
)
|
VB |
Public Function MaxLabelCount(
ByVal maxLabelCount As Integer
) As BootstrapPieChartCommonSeriesBuilder
|
Parameters
-
maxLabelCount
-
Type: Int32
Return value
Type:
BootstrapPieChartCommonSeriesBuilder

See Also