Back to Devexpress

CrosshairContentShowMode Enum

wpf-devexpress-dot-xpf-dot-charts-edfbe684.md

latest2.1 KB
Original Source

CrosshairContentShowMode Enum

Lists all the chart elements that can display the Crosshair’s content.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum CrosshairContentShowMode
vb
Public Enum CrosshairContentShowMode

Members

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.

|

The following properties accept/return CrosshairContentShowMode values:

Remarks

Use the CrosshairContentShowMode enumeration values to set the CrosshairOptions.ContentShowMode and XYSeries2D.CrosshairContentShowMode properties.

See Also

DevExpress.Xpf.Charts Namespace