Skip to main content
A newer version of this page is available. .

CallbackStateEventArgs.Chart Property

Gets the chart for which the event was raised.

Namespace: DevExpress.XtraCharts.Web

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

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