corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-53683748.md
Gets or sets the element that displays the Crosshair’s content.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public CrosshairContentShowMode ContentShowMode { get; set; }
Public Property ContentShowMode As CrosshairContentShowMode
| 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.
| | Legend |
A legend displays information about the series point that the Crosshair Cursor highlights.
|
You can access this nested property as listed below:
| Library | Object Type | Path to ContentShowMode |
|---|---|---|
| WinForms Controls | ChartControl |
.CrosshairOptions .ContentShowMode
| | ASP.NET MVC Extensions | ChartControlSettings |
.CrosshairOptions .ContentShowMode
| | ASP.NET Web Forms Controls | WebChartControl |
.CrosshairOptions .ContentShowMode
|
See Also