Skip to main content

BootstrapChartCommonSeriesBase.Label Property

Provides access to point label settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartSeriesLabelSettings Label { get; }

Property Value

Type Description
BootstrapChartSeriesLabelSettings

A BootstrapChartSeriesLabelSettings object containing label settings.

See Also