Back to Devexpress

CrosshairContentShowMode Enum

corelibraries-devexpress-dot-xtracharts-042a4f13.md

latest2.8 KB
Original Source

CrosshairContentShowMode Enum

Lists all the chart elements that can display the Crosshair’s content.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum CrosshairContentShowMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum CrosshairContentShowMode

Members

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.

|

The following properties accept/return CrosshairContentShowMode values:

LibraryRelated API Members
Cross-Platform Class LibraryCrosshairOptions.ContentShowMode
Indicator.CrosshairContentShowMode
SeriesBase.CrosshairContentShowMode
WinForms ControlsCrosshairOptionsModel.ContentShowMode
IndicatorModel.CrosshairContentShowMode
SeriesBaseModel.CrosshairContentShowMode

Remarks

Use the CrosshairContentShowMode enumeration values to set the CrosshairOptions.ContentShowMode and SeriesBase.CrosshairContentShowMode properties.

See Also

DevExpress.XtraCharts Namespace