Back to Devexpress

CallbackStateEventArgs.Chart Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-callbackstateeventargs.md

latest1.2 KB
Original Source

CallbackStateEventArgs.Chart Property

Gets the chart for which the event was raised.

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public WebChartControl Chart { get; }
vb
Public ReadOnly Property Chart As WebChartControl

Property Value

TypeDescription
WebChartControl

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

|

See Also

CallbackStateEventArgs Class

CallbackStateEventArgs Members

DevExpress.XtraCharts.Web Namespace