A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSeriesCollection.Item[String] Property
Gets a series by its name.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapPieChartSeries this[string seriesName] { get; }
Public ReadOnly Property Item(seriesName As String) As BootstrapPieChartSeries
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
Feedback