Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public CrosshairLabelMode CrosshairLabelMode { get; set; }

#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.

CrosshairLabelMode - ShowForEachSeries

ShowForNearestSeries

A crosshair label is shown for the nearest series.

CrosshairLabelMode - ShowForNearestSeries

ShowCommonForAllSeries

A crosshair label is shown common to all series.

CrosshairLabelMode - ShowCommonForSeries

#Property Paths

You can access this nested property as listed below:

Object Type Path to CrosshairLabelMode
ChartControl
.CrosshairOptions .CrosshairLabelMode
See Also