Back to Devexpress

CrosshairLabelMode Enum

corelibraries-devexpress-dot-xtracharts-cabc5591.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Members

NameDescription
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.

|

The following properties accept/return CrosshairLabelMode values:

LibraryRelated API Members
Cross-Platform Class LibraryCrosshairOptions.CrosshairLabelMode
WinForms ControlsCrosshairOptionsModel.CrosshairLabelMode

Remarks

The values listed by the CrosshairLabelMode enumeration are used to set the CrosshairOptions.CrosshairLabelMode property.

See Also

DevExpress.XtraCharts Namespace