Back to Devexpress

SeriesBase.CrosshairContentShowMode Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-8cbe9e53.md

latest2.0 KB
Original Source

SeriesBase.CrosshairContentShowMode Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public CrosshairContentShowMode CrosshairContentShowMode { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property CrosshairContentShowMode As CrosshairContentShowMode

Property Value

TypeDescription
CrosshairContentShowMode

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

|

Available values:

NameDescription
Default

The default mode.

| | Label |

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

| | Legend |

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

|

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace