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.v24.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPieChartCommonSeries SettingsCommonSeries { get; }
Property Value
Type | Description |
---|---|
BootstrapPieChartCommonSeries | A BootstrapPieChartCommonSeries object containing series settings. |
See Also