Skip to main content
A newer version of this page is available. .

BootstrapChartSeriesCollection.Chart Property

Gets the Chart that owns the collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

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

Property Value

Type Description
BootstrapChart

A BootstrapChart object that owns the collection.

See Also