Skip to main content

CrosshairOptions.CrosshairLabelMode Property

Specifies the way in which the crosshair label is shown for all series on a chart.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public CrosshairLabelMode CrosshairLabelMode { get; set; }

#Property Value

Type Description
CrosshairLabelMode

A CrosshairLabelMode enumeration member that specifies how the crosshair label is shown.

#Property Paths

You can access the CrosshairOptions.CrosshairLabelMode property from the following objects:

Object Type Path to CrosshairLabelMode
ChartControl
.CrosshairOptions.CrosshairLabelMode
See Also