Skip to main content

RadarDiagram.SelectionOptions Property

Returns mouse actions and hotkey settings for the Selection feature.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public SelectionOptions SelectionOptions { get; }

Property Value

Type Description
SelectionOptions

Selection’s settings storage for mouse actions and hotkeys.

See Also