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

SeriesBase.CrosshairContentShowMode Property

Gets or sets the element that dispays the series’s Crosshair content.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public CrosshairContentShowMode CrosshairContentShowMode { get; set; }

Property Value

Type Description
CrosshairContentShowMode

The value that defines the chart element containing series’s Crosshair data.

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

See Also