wpf-devexpress-dot-xpf-dot-charts-254a8ae7.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public enum CrosshairLabelMode
Public Enum CrosshairLabelMode
| Name | Description |
|---|---|
ShowForEachSeries |
A crosshair label is shown for each series.
|
| ShowForNearestSeries |
A crosshair label is shown for the nearest series.
|
| ShowCommonForAllSeries |
A crosshair label is shown common to all series.
|
The following properties accept/return CrosshairLabelMode values:
The values listed by the CrosshairLabelMode enumeration are used to set the CrosshairOptions.CrosshairLabelMode property.
See Also