LegendItem.CrosshairTextVisible Property
For internal use. Gets or sets the visibility of a legend item’s crosshair text.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to display the crosshair label item’s text in the legend; otherwise, false. |
Remarks
The Crosshair Cursor displays its content in the legend when the CrosshairOptions.ContentShowMode (XYSeries2D.CrosshairContentShowMode) property is set to Legend. Use the CrosshairLabelElement.TextVisible property to specify the font style when custom drawing the Crosshair using the ChartControl.CustomDrawCrosshair event handler.
Refer to Tooltip and Crosshair Cursor for more information.
See Also