BootstrapChartSeriesCollection.Chart Property
Gets the Chart that owns the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[Browsable(false)]
public BootstrapChart Chart { get; }
<Browsable(False)>
Public ReadOnly Property Chart As BootstrapChart
Property Value
Type | Description |
---|---|
BootstrapChart | A BootstrapChart object that owns the collection. |
See Also
Feedback