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

BootstrapPieChart.SettingsCommonSeries Property

Provides access to settings applied to all series displayed by the Pie Chart control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

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

Property Value

Type Description
BootstrapPieChartCommonSeries

A BootstrapPieChartCommonSeries object containing series settings.

See Also