A newer version of this page is available.
Switch to the current version.
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; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsCommonSeries As BootstrapChartCommonSeries
Property Value
Type | Description |
---|---|
BootstrapChartCommonSeries | A BootstrapChartCommonSeries object containing series settings. |
See Also
Feedback