Skip to main content

BootstrapChartSeriesCollectionBase.Item[Int32] Property

Provides indexed access to individual items within the BootstrapChartSeriesCollectionBase.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapChartCommonSeriesBase this[int index] { get; set; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the item to be accessed.

Property Value

Type Description
BootstrapChartCommonSeriesBase

A BootstrapChartCommonSeriesBase object representing an item located at the specified index within the collection.

See Also