BootstrapPieChartSeriesCollection.FindByName(String) Method
Returns a series object with the specified BootstrapChartCommonSeriesBase.Name property value.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value representing the BootstrapChartCommonSeriesBase.Name property value of the required series. |
Returns
Type | Description |
---|---|
BootstrapPieChartSeries | A BootstrapPieChartSeries object with a specific value of the BootstrapChartCommonSeriesBase.Name property. |
Remarks
Use this method to obtain a series specified by a unique name assigned to its BootstrapChartCommonSeriesBase.Name property.
See Also