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

CrosshairLabelMode Enum

Lists the values used to specify how many crosshair labels should be displayed when a chart contains several series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public enum CrosshairLabelMode

Members

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

Related API Members

The following properties accept/return CrosshairLabelMode values:

Remarks

The values listed by the CrosshairLabelMode enumeration are used to set the CrosshairOptions.CrosshairLabelMode property.

See Also