CrosshairOptions.CrosshairLabelMode Property
In This Article
Specifies the way in which the crosshair label is shown for all series on a chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public CrosshairLabelMode CrosshairLabelMode { get; set; }
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
Available values:
Name | Description |
---|---|
Show |
A crosshair label is shown for each series. |
Show |
A crosshair label is shown for the nearest series. |
Show |
A crosshair label is shown common to all series. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Crosshair |
---|---|
Chart |
|
See Also