Skip to main content

CrosshairSeriesLabelPresentationData Members

The Crosshair Cursor’s Label Row model.

Constructors

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

Properties

Name Description
CrosshairSeriesLabelTemplate Gets or sets the template that the Crosshair Cursor uses to display the Label Row.
ElementAlignment Gets or sets the Crosshair Cursor Label Row’s alignment.
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.
MarkerItem Gets or sets the Label Row’s marker item.
MarkerVisibility Gets or sets the value indicating whether the series label’s marker is visible.
Series Gets or sets a series for which the Crosshair Cursor displays the Label Row.
SeriesPoint Gets or sets a series point for which the Crosshair Cursor displays the Label Row.
Text Gets or sets the Crosshair Cursor label’s text. Inherited from CrosshairLabelPresentationData.
TextVisibility Gets or sets the value indicating whether the series label’s text is visible.

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