ChartControlSettings.ObjectSelected Property
In This Article
Occurs before any chart element is selected at runtime.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HotTrackEventHandler ObjectSelected { get; set; }
#Property Value
Type | Description |
---|---|
Hot |
A Hot |
#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