BootstrapChartSeriesCollection.Chart Property
In This Article
Gets the Chart that owns the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
public BootstrapChart Chart { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
See Also