BootstrapChart.SettingsCommonSeries Property
Provides access to settings applied to all series displayed by the Chart control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartCommonSeries SettingsCommonSeries { get; }
Property Value
Type | Description |
---|---|
BootstrapChartCommonSeries | A BootstrapChartCommonSeries object containing series settings. |
See Also