Back to Devexpress

ChartControlSettings.ObjectSelected Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-917a4bb2.md

latest1.6 KB
Original Source

ChartControlSettings.ObjectSelected Property

Occurs before any chart element is selected at runtime.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public HotTrackEventHandler ObjectSelected { get; set; }
vb
Public Property ObjectSelected As HotTrackEventHandler

Property Value

TypeDescription
HotTrackEventHandler

A HotTrackEventHandler delegate method allowing you to implement custom processing.

|

Remarks

Handle the ObjectSelected event if you want to perform specific actions when an end-user selects a chart’s elements, or if you want to disable the selection of particular elements. Note that the currently selected element of the chart can be accessed using the HotTrackEventArgs.Object property.

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace