Skip to main content

CallbackStateEventArgs.Chart Property

Gets the chart for which the event was raised.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public WebChartControl Chart { get; }

Property Value

Type Description
WebChartControl

A WebChartControl object which represents the chart for which the event was raised.

See Also