CrosshairOptions.CrosshairLabelMode Property
Specifies the way in which the crosshair label is shown for a series on a diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| CrosshairLabelMode | A CrosshairLabelMode enumeration member that specifies how the crosshair label is shown for a series. |
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:
| Library | Object Type | Path to CrosshairLabelMode |
|---|---|---|
| WinForms Controls | ChartControl |
|
| ASP.NET MVC Extensions | ChartControlSettings |
|
| ASP.NET Web Forms Controls | WebChartControl |
|
See Also


