Skip to main content

XYDiagram.SelectionOptions Property

Returns mouse actions and hotkey settings for the Selection feature.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
XYSelectionOptions

Selection’s settings storage for mouse actions and hotkeys.

See Also