CallbackStateEventArgs.Chart Property
In This Article
Gets the chart for which the event was raised.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public WebChartControl Chart { get; }
#Property Value
Type | Description |
---|---|
Web |
A Web |
See Also