XYSelectionOptions Class
Stores settings that specify the ways in which selection can be performed on the XYDiagram2D.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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