Skip to main content

CrosshairAxisLabelOptions Members

Contains settings that define the appearance of crosshair axis labels.

Constructors

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

Fields

Name Description
BackgroundProperty static Identifies the CrosshairAxisLabelOptions.Background dependency property.
FontFamilyProperty static Identifies the CrosshairAxisLabelOptions.FontFamily dependency property.
FontSizeProperty static Identifies the CrosshairAxisLabelOptions.FontSize dependency property.
FontStretchProperty static Identifies the CrosshairAxisLabelOptions.FontStretch dependency property.
FontStyleProperty static Identifies the CrosshairAxisLabelOptions.FontStyle dependency property.
FontWeightProperty static Identifies the CrosshairAxisLabelOptions.FontWeight dependency property.
ForegroundProperty static Identifies the CrosshairAxisLabelOptions.Foreground dependency property.
PatternProperty static Identifies the CrosshairAxisLabelOptions.Pattern dependency property.
VisibilityProperty static Identifies the CrosshairAxisLabelOptions.Visibility dependency property.

Properties

Name Description
Background Overrides the Background property to hide it.
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.
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.

Events

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