A newer version of this page is available.
Switch to the current version.
CrosshairLabelMode Enum
Lists the values used to specify how many crosshair labels should be displayed when a chart contains several series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum CrosshairLabelMode
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum CrosshairLabelMode
Members
Name | Description |
---|---|
ShowForEachSeries | A crosshair label is shown for each series. |
ShowForNearestSeries | A crosshair label is shown for the nearest series. |
ShowCommonForAllSeries | A crosshair label is shown common to all series. |
Related API Members
The following properties accept/return CrosshairLabelMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | CrosshairOptions.CrosshairLabelMode |
WinForms Controls | CrosshairOptionsModel.CrosshairLabelMode |
Remarks
The values listed by the CrosshairLabelMode enumeration are used to set the CrosshairOptions.CrosshairLabelMode property.
See Also
Feedback