Skip to main content
A newer version of this page is available. .

XYDiagram.SelectionOptions Property

Returns mouse actions and hotkey settings for the Selection feature.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Property Value

Type Description
XYSelectionOptions

Selection’s settings storage for mouse actions and hotkeys.

See Also