Skip to main content

CrosshairOptions Members

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

Constructors

Name Description
CrosshairOptions() Initializes a new instance of the CrosshairOptions class with default settings.

Fields

Name Description
ArgumentLineBrushProperty static Identifies the CrosshairOptions.ArgumentLineBrush dependency property.
ArgumentLineStyleProperty static Identifies the CrosshairOptions.ArgumentLineStyle dependency property.
CommonLabelPositionProperty static Identifies the CrosshairOptionsBase.CommonLabelPosition dependency property. Inherited from CrosshairOptionsBase.
ContentShowModeProperty static Identifies the CrosshairOptions.ContentShowMode dependency property.
CrosshairLabelModeProperty static Identifies the CrosshairOptions.CrosshairLabelMode dependency property.
GroupHeaderPatternProperty static Identifies the CrosshairOptions.GroupHeaderPattern dependency property.
HighlightPointsProperty static Identifies the CrosshairOptions.HighlightPoints dependency property.
LinesModeProperty static Identifies the CrosshairOptions.LinesMode dependency property.
PopupTemplateProperty static Identifies the CrosshairOptionsBase.PopupTemplate dependency property. Inherited from CrosshairOptionsBase.
ShowArgumentLabelsProperty static Identifies the CrosshairOptions.ShowArgumentLabels dependency property.
ShowArgumentLineProperty static Identifies the CrosshairOptions.ShowArgumentLine dependency property.
ShowCrosshairLabelsProperty static Identifies the CrosshairOptionsBase.ShowCrosshairLabels dependency property. Inherited from CrosshairOptionsBase.
ShowGroupHeadersProperty static Identifies the CrosshairOptions.ShowGroupHeaders dependency property.
ShowOnlyInFocusedPaneProperty static Identifies the CrosshairOptions.ShowOnlyInFocusedPane dependency property.
ShowOutOfRangePointsProperty static Identifies the CrosshairOptions.ShowOutOfRangePoints dependency property.
ShowValueLabelsProperty static Identifies the CrosshairOptions.ShowValueLabels dependency property.
ShowValueLineProperty static Identifies the CrosshairOptionsBase.ShowValueLine dependency property. Inherited from CrosshairOptionsBase.
SnapModeProperty static Identifies the CrosshairOptions.SnapMode dependency property.
ValueLineBrushProperty static Identifies the CrosshairOptionsBase.ValueLineBrush dependency property. Inherited from CrosshairOptionsBase.
ValueLineStyleProperty static Identifies the CrosshairOptionsBase.ValueLineStyle dependency property. Inherited from CrosshairOptionsBase.
ValueSelectionModeProperty static Identifies the CrosshairOptions.ValueSelectionMode dependency property.

Properties

Name Description
ArgumentLineBrush Gets or sets the color of a crosshair argument line when implementing custom drawing of a crosshair cursor.
ArgumentLineStyle Gets or sets the argument line style settings of the crosshair cursor.
CommonLabelPosition Gets or sets the position of a crosshair label when a common crosshair label is shown for all series on a diagram. Inherited from CrosshairOptionsBase.
ContentShowMode Gets or sets the element that displays the Crosshair’s content.
CrosshairLabelMode Specifies the way in which the crosshair label is shown for all series on a chart.
GroupHeaderPattern Gets or sets a string which represents the pattern specifying the group header text to be displayed within the crosshair label.
HighlightPoints Gets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them.
LinesMode Gets or sets the value specifying how the Crosshair Cursor’s lines snap to points when hovering on them.
PopupTemplate Gets or sets the template of the Crosshair label’s popup panel. Inherited from CrosshairOptionsBase.
ShowArgumentLabels Gets or sets the value specifying whether an argument label should be shown by a crosshair cursor on a diagram.
ShowArgumentLine Gets or sets the value specifying whether an argument line should be shown by a crosshair cursor on a diagram.
ShowCrosshairLabels Gets or sets whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram. Inherited from CrosshairOptionsBase.
ShowGroupHeaders Specifies whether to show a header for each series group in crosshair cursor labels.
ShowOnlyInFocusedPane Gets or sets a value that specifies whether to show a crosshair cursor only in a focused pane.
ShowOutOfRangePoints Gets or sets the value indicating whether the values located out of visual range should be shown in the Crosshair label.
ShowValueLabels Gets or sets a value that specifies whether to show a value label of a series point indicated by a crosshair cursor on a diagram.
ShowValueLine Gets or sets whether to show a value line of a series point indicated by a crosshair cursor on a diagram. Inherited from CrosshairOptionsBase.
SnapMode Specifies the current snap mode of a crosshair cursor.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.
ValueLineBrush Gets or sets the brush of a crosshair value line. Inherited from CrosshairOptionsBase.
ValueLineStyle Gets or sets the value line style settings of the crosshair cursor. Inherited from CrosshairOptionsBase.
ValueSelectionMode Gets or sets the identifier specifying the behavior of the selection of points shown in the crosshair label.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also