Back to Devexpress

XYDiagramPaneBase.SelectionRectangle Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagrampanebase-df60ffd1.md

latest1.3 KB
Original Source

XYDiagramPaneBase.SelectionRectangle Property

Returns the selection rectangle’s appearance settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public ZoomRectangle SelectionRectangle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SelectionRectangle As ZoomRectangle

Property Value

TypeDescription
ZoomRectangle

The selection rectangle’s appearance settings storage.

|

See Also

XYDiagramPaneBase Class

XYDiagramPaneBase Members

DevExpress.XtraCharts Namespace