Back to Devexpress

XYSelectionOptions Class

corelibraries-devexpress-dot-xtracharts-6cbf8cd0.md

latest1.6 KB
Original Source

XYSelectionOptions Class

Stores settings that specify the ways in which selection can be performed on the XYDiagram2D.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class XYSelectionOptions :
    SelectionOptions
vb
Public Class XYSelectionOptions
    Inherits SelectionOptions

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

XYSelectionOptions Members

DevExpress.XtraCharts Namespace