Skip to main content

BootstrapChartSeriesCollection.Chart Property

Gets the Chart that owns the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public BootstrapChart Chart { get; }

Property Value

Type Description
BootstrapChart

A BootstrapChart object that owns the collection.

See Also