Skip to main content

LegendItem.CrosshairContentWidth Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double CrosshairContentWidth { 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.MaxCrosshairContentWidth property to specify the maximum Crosshair’s content width in the legend.

Refer to Tooltip and Crosshair Cursor for more information.

See Also