ChartControlSettings.SelectedItemsChanged Property
Occurs after the selection of a chart item has been changed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
SelectedItemsChangedEventHandler | A SelectedItemsChangedEventHandler delegate method allowing you to implement custom processing. |
Remarks
Use the SelectedItemsChanged property to customize the chart control behavior when the chart items and/ or business data objects (when using data binding) are selected.
See Also