Skip to main content

BootstrapPieChartSeriesCollection.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 BootstrapPieChart Chart { get; }

Property Value

Type Description
BootstrapPieChart

A BootstrapPieChart object that owns the collection.

See Also