BootstrapPieChartSeriesCollection.Item[String] Property
Gets a series by its name.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| seriesName | String | A String value that specifies the name of the series to get. |
Property Value
| Type | Description |
|---|---|
| BootstrapPieChartSeries | A BootstrapPieChartSeries object that is a series with the specified name. |
See Also