Skip to main content

BootstrapChartCommonSeriesBase.MaxLabelCount Property

Specifies a limit for the number of point labels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(0)]
public int MaxLabelCount { get; set; }

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