Skip to main content
A newer version of this page is available. .

CrosshairOptions.ContentShowMode Property

Gets or sets the element that displays the Crosshair’s content.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public CrosshairContentShowMode ContentShowMode { get; set; }

Property Value

Type Description
CrosshairContentShowMode

The value that specifies the chart element displaying the Crosshair’s content.

Available values:

Name Description
Default

The default mode.

Label

The Crosshair’s label displays information about the series point that the Crosshair Cursor highlights.

crosshair-content-show-mode-label

Legend

A legend displays information about the series point that the Crosshair Cursor highlights.

crosshair-content-show-mode-legend

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ContentShowMode
WinForms Controls ChartControl
.CrosshairOptions.ContentShowMode
ASP.NET Web Forms Controls ChartControlSettings
.CrosshairOptions.ContentShowMode
MVCxChartControl
.CrosshairOptions.ContentShowMode
WebChartControl
.CrosshairOptions.ContentShowMode
See Also