Skip to main content

CrosshairOptionsBase Properties

The base class for all crosshair options.
Name Description
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 a common crosshair label is shown for all series on a diagram.
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.
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.
PopupTemplate Gets or sets the template of the Crosshair label’s popup panel.
ShowCrosshairLabels Gets or sets whether to show a crosshair 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.
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.
ValueLineStyle Gets or sets the value line style settings of the crosshair cursor.
See Also