Skip to main content

LegendItem.CrosshairContentHeight Property

For internal use. Returns the Crosshair’s content height.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double CrosshairContentHeight { get; }

Property Value

Type Description
Double

A Double value.

Remarks

The Crosshair Cursor displays its content in the legend when the CrosshairOptions.ContentShowMode (XYSeries2D.CrosshairContentShowMode) property is set to Legend. Use the Legend.MaxCrosshairContentHeight property to specify the maximum Crosshair’s content height in the legend.

Refer to Tooltip and Crosshair Cursor for more information.

See Also