Back to Devexpress

RadarDiagram.SelectionOptions Property

corelibraries-devexpress-dot-xtracharts-dot-radardiagram-1ebd37ba.md

latest1.3 KB
Original Source

RadarDiagram.SelectionOptions Property

Returns mouse actions and hotkey settings for the Selection feature.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public SelectionOptions SelectionOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SelectionOptions As SelectionOptions

Property Value

TypeDescription
SelectionOptions

Selection’s settings storage for mouse actions and hotkeys.

|

See Also

RadarDiagram Class

RadarDiagram Members

DevExpress.XtraCharts Namespace