Skip to main content

CrosshairAxisLabelOptions Properties

Contains settings that define the appearance of crosshair axis labels.
Name Description
Background Overrides the Background property to hide it.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
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.
FontFamily Gets or sets the font family name of the crosshair axis label.
FontSize Gets or sets the size of the crosshair axis label’s font.
FontStretch Gets or sets the stretch of a crosshair axis label font.
FontStyle Gets or sets the style of the crosshair axis label font.
FontWeight Gets or sets the weight of the crosshair axis label font.
Foreground Gets or sets the brush used to paint the foreground of crosshair axis labels.
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.
Pattern Gets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.
Visibility Specifies whether to show crosshair axis labels for a diagram.
See Also