Skip to main content
A newer version of this page is available. .

BootstrapRangeSelectorChart.SettingsCommonSeries Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapChartCommonSeries

A BootstrapChartCommonSeries object containing series settings.

See Also