Skip to main content
A newer version of this page is available. .

CrosshairSeriesLabelItem.Bounds Property

Gets or sets bounds of the Crosshair Cursor’s label.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Rect Bounds { get; set; }

Property Value

Type Description
Rect

The Crosshair Cursor’s Label Item bounds.

See Also