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

BootstrapPolarChartSeriesCollection.Chart Property

Gets the Chart that owns the collection.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapPolarChart

A BootstrapPolarChart object that owns the collection.

See Also