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

BootstrapPieChartSeriesCollection.Chart Property

Gets the Chart that owns the collection.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapPieChart

A BootstrapPieChart object that owns the collection.

See Also