Skip to main content

BootstrapChartBase.SettingsCommonSeries Property

Provides access to settings applied to all series displayed by the chart.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartCommonSeriesBase SettingsCommonSeries { get; }

Property Value

Type Description
BootstrapChartCommonSeriesBase

A BootstrapChartCommonSeriesBase descendant object containing series settings.

See Also