XYSelectionOptions Class
In This Article
Stores settings that specify the ways in which selection can be performed on the XYDiagram2D.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class XYSelectionOptions :
SelectionOptions
#Related API Members
The following members return XYSelectionOptions objects:
#Remarks
Refer to the Select and Highlight 2D Chart Elements help document for more information on the chart element selection.
#Inheritance
Object
ChartElement
SelectionOptions
XYSelectionOptions
See Also