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.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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.
|
| ShowForNearestSeries | A crosshair label is shown for the nearest series.
|
| ShowCommonForAllSeries | A crosshair label is shown common to all series.
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to CrosshairLabelMode |
|---|---|
| ChartControl |
|
See Also


