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

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.v19.1.dll

Declaration

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

Property Value

Type Description
BootstrapPolarChartCommonSeries

A BootstrapPolarChartCommonSeries object containing series settings.

See Also