Back to Devexpress

CrosshairOptions.ContentShowMode Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-53683748.md

latest2.7 KB
Original Source

CrosshairOptions.ContentShowMode Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CrosshairContentShowMode ContentShowMode { get; set; }
vb
Public Property ContentShowMode As CrosshairContentShowMode

Property Value

TypeDescription
CrosshairContentShowMode

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

|

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.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ContentShowMode
WinForms ControlsChartControl

.CrosshairOptions .ContentShowMode

| | ASP.NET MVC Extensions | ChartControlSettings |

.CrosshairOptions .ContentShowMode

| | ASP.NET Web Forms Controls | WebChartControl |

.CrosshairOptions .ContentShowMode

|

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.XtraCharts Namespace