BootstrapCoordinateSystemChartSeriesCollection.Item[String] Property
Gets a series by its name.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.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 |
---|---|
BootstrapCoordinateSystemChartSeries | A BootstrapCoordinateSystemChartSeries object that is a series with the specified name. |
See Also