A newer version of this page is available.
Switch to the current version.
XYDiagramPaneBase.SelectionRectangle Property
Returns the selection rectangle's appearance settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ZoomRectangle SelectionRectangle { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property SelectionRectangle As ZoomRectangle
Property Value
Type | Description |
---|---|
ZoomRectangle | The selection rectangle's appearance settings storage. |
See Also
Feedback