Skip to main content

CrosshairOptions Properties
Show Inherited Hide Inherited

Contains settings that define how to draw a crosshair cursor within a chart.
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.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommonLabelPosition Gets or sets the position of a crosshair label when common crosshair label is shown for all series on a diagram.
CrosshairLabelMode Specifies the way in which the crosshair label is shown for all series on a chart.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
GroupHeaderPattern Gets or sets a string representing 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.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ShowArgumentLabels Gets or sets a value that specifies whether to show an argument label of a series point indicated by a crosshair cursor on a diagram.
ShowArgumentLine Specifies whether to show an argument line of a series point indicated by a crosshair cursor on a diagram.
ShowCrosshairLabels Specifies whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram.
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.
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 Specifies whether to show a value line of a series point indicated by a crosshair cursor on a diagram.
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 color of the crosshair value line.
ValueLineStyle Gets or sets the value line style settings of the crosshair cursor.
See Also