A newer version of this page is available.
Switch to the current version.
BootstrapPolarChart.SettingsCommonSeries Property
Provides access to settings applied to all series displayed by the Polar Chart control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPolarChartCommonSeries SettingsCommonSeries { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsCommonSeries As BootstrapPolarChartCommonSeries
Property Value
Type | Description |
---|---|
BootstrapPolarChartCommonSeries | A BootstrapPolarChartCommonSeries object containing series settings. |
See Also
Feedback