CrosshairContentShowMode Enum
Lists all the chart elements that can display the Crosshair’s content.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum CrosshairContentShowMode
Members
| 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.
|
Related API Members
The following properties accept/return CrosshairContentShowMode values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | CrosshairOptions.ContentShowMode |
| Indicator.CrosshairContentShowMode | |
| SeriesBase.CrosshairContentShowMode | |
| WinForms Controls | CrosshairOptionsModel.ContentShowMode |
| IndicatorModel.CrosshairContentShowMode | |
| SeriesBaseModel.CrosshairContentShowMode |
Remarks
Use the CrosshairContentShowMode enumeration values to set the CrosshairOptions.ContentShowMode and SeriesBase.CrosshairContentShowMode properties.
See Also

