Skip to main content

CrosshairLineStyle Members

Stores crosshair line appearance settings.

Constructors

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

Fields

Name Description
LabelBackgroundColorProperty static Identifies the LabelBackgroundColor bindable property.
StrokeProperty static Identifies the Stroke bindable property.
TextStyleProperty static Identifies the TextStyle bindable property. Inherited from TextElementStyleBase.

Properties

Name Description
LabelBackgroundColor Gets or sets the background color the label uses.
Stroke Gets or sets the color of the crosshair line.
TextStyle Gets or sets the text style of the chart’s element. Inherited from TextElementStyleBase.
See Also