Back to Devexpress

CrosshairOptions Members

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-dot-underscore-members.md

latest7.5 KB
Original Source

CrosshairOptions Members

Contains settings that define how to draw a crosshair cursor on a chart.

Properties

NameDescription
ArgumentLineColorGets or sets the color of crosshair argument lines.
ArgumentLineStyleGets the argument line style settings of the crosshair cursor.
CommonLabelPositionGets or sets the position of a crosshair label when a common crosshair label is shown for all series on a diagram.
CommonLabelPositionSerializableGets the string value used to support serialization of the common label position.
ContentShowModeGets or sets the element that displays the Crosshair’s content.
CrosshairLabelBackColorGets or sets the background color of the Crosshair series label.
CrosshairLabelModeSpecifies the way in which the crosshair label is shown for a series on a diagram.
CrosshairLabelTextOptionsReturns text options of the Crosshair series label item.
GroupHeaderPatternGets or sets a pattern that specifies the group header text to be displayed within the crosshair label.
GroupHeaderTextOptionsReturns text options of the Crosshair series label group header.
HighlightPointsGets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them.
LinesModeGets or sets the value specifying how the Crosshair Cursor’s lines snap to points when hovering on them.
ShowArgumentLabelsGets or sets a value that specifies whether to show an argument label of a series point indicated by a crosshair cursor on a diagram.
ShowArgumentLineSpecifies whether to show an argument line of a series point indicated by a crosshair cursor on a diagram.
ShowCrosshairLabelsSpecifies whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram.
ShowGroupHeadersSpecifies whether to show a header for each series group in crosshair cursor labels.
ShowOnlyInFocusedPaneGets or sets a value that specifies whether to show a crosshair cursor in a focused pane only.
ShowOutOfRangePointsGets or sets the value that specifies whether the Crosshair cursor should show points that are out of a y-axis’s visual range.
ShowValueLabelsGets or sets a value that specifies whether to show a value label of a series point indicated by a crosshair cursor on a diagram.
ShowValueLineSpecifies whether to show a value line of a series point indicated by a crosshair cursor on a diagram.
SnapModeSpecifies the current snap mode of a crosshair cursor.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
ValueLineColorGets or sets the color of crosshair value lines.
ValueLineStyleGets the value line style settings of the crosshair cursor.
ValueSelectionModeGets or sets the identifier specifying the behavior of the selection of points shown in the crosshair label.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the CrosshairOptions object passed as the parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the chart element. Inherited from ChartElement.

See Also

CrosshairOptions Class

DevExpress.XtraCharts Namespace