Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public CrosshairLabelMode CrosshairLabelMode { get; set; }

Property Value

Type Description
CrosshairLabelMode

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

Available values:

Name Description
ShowForEachSeries

A crosshair label is shown for each series.

CrosshairLabelMode - ShowForEachSeries

ShowForNearestSeries

A crosshair label is shown for the nearest series.

CrosshairLabelMode - ShowForNearestSeries

ShowCommonForAllSeries

A crosshair label is shown common to all series.

CrosshairLabelMode - ShowCommonForSeries

Property Paths

You can access this nested property as listed below:

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