Back to Devexpress

Indicator.CrosshairContentShowMode Property

wpf-devexpress-dot-xpf-dot-charts-dot-indicator-42aa73d7.md

latest1.8 KB
Original Source

Indicator.CrosshairContentShowMode Property

Gets or sets the element that displays the indicator’s Crosshair content.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public CrosshairContentShowMode CrosshairContentShowMode { get; set; }
vb
Public Property CrosshairContentShowMode As CrosshairContentShowMode

Property Value

TypeDescription
CrosshairContentShowMode

The value that defines the chart element that contains indicator’s Crosshair data.

|

Available values:

NameDescription
Default

The default mode.

| | Label |

The Crosshair’s label displays information about the series point that the Crosshair Cursor highlights.

| | Legend |

A legend displays information about the series point that the Crosshair Cursor highlights.

|

See Also

Indicator Class

Indicator Members

DevExpress.Xpf.Charts Namespace