BootstrapChartCommonSeriesBase.MaxLabelCount Property
Specifies a limit for the number of point labels.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value specifying a limit for the number of point labels. |
Remarks
If the number of points in a series increases over time, there comes a time when it becomes so massive that displaying labels for them makes the chart too cluttered. In this instance, to keep the chart clear to the viewer, specify a limit for the number of point labels using the MaxLabelCount property. Once this limit is exceeded, all point labels of the series will be hidden.
See Also