CrosshairAxisLabelPresentationData Members
The Crosshair Cursor’s axis label model.Constructors
| Name | Description |
|---|---|
| CrosshairAxisLabelPresentationData() | Initializes a new instance of the CrosshairAxisLabelPresentationData class with the default settings. |
Properties
| Name | Description |
|---|---|
| Axis | Gets or sets the axis on which the Crosshair Cursor displays the label. |
| Background | Gets or sets the label’s background brush. |
| CrosshairAxisLabelTemplate | Gets or sets the template defining the presentation of the Crosshair Cursor’s axis labels. |
| FontFamily | Gets or sets the font family name for the Crosshair Cursor label. Inherited from CrosshairLabelPresentationData. |
| FontSize | Gets or sets the size of the text font for the Crosshair Cursor label. Inherited from CrosshairLabelPresentationData. |
| FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. Inherited from CrosshairLabelPresentationData. |
| FontStyle | Gets or sets the style of the specified font. Inherited from CrosshairLabelPresentationData. |
| FontWeight | Gets or sets the weight or thickness of the specified font. Inherited from CrosshairLabelPresentationData. |
| FooterText | Gets or sets the Crosshair Cursor label’s footer text. Inherited from CrosshairLabelPresentationData. |
| FooterTextVisibility | Gets or sets the value indicating whether the label’s footer text is visible. Inherited from CrosshairLabelPresentationData. |
| Foreground | Gets or sets the Crosshair Cursor label’s foreground brush. Inherited from CrosshairLabelPresentationData. |
| HeaderText | Gets or sets the Crosshair Cursor label’s header text. Inherited from CrosshairLabelPresentationData. |
| HeaderTextVisibility | Gets or sets the value indicating whether the label’s header text is visible. Inherited from CrosshairLabelPresentationData. |
| Text | Gets or sets the Crosshair Cursor label’s text. Inherited from CrosshairLabelPresentationData. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also