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.v24.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 Web Forms Controls | WebChartControl |
|
ASP.NET MVC Extensions | ChartControlSettings |
|
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CrosshairLabelMode property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.