BootstrapChartBase.SettingsCommonSeries Property
Provides access to settings applied to all series displayed by the chart.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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