Skip to main content

QualitativeConstantLine Properties

The vertical straight line that passes through the chart and indicates a qualitative x-axis’s value.
Name Description
AxisValue Gets or sets the constant line position along the axis. This is a bindable property.
BindingContext

Gets or sets an object that contains the properties that will be targeted by the bound properties that belong to this BindableObject. This is a bindable property.

Inherited from BindableObject.
Dispatcher

Gets the dispatcher that was available when this bindable object was created, otherwise tries to find the nearest available dispatcher (probably the window’s/app’s).

Inherited from BindableObject.
LegendText Gets or sets the text that identifies the constant line in the chart legend. This is a bindable property. Inherited from ConstantLineBase.
ShowBehind Gets or sets whether the constant line is displayed behind series. This is a bindable property. Inherited from ConstantLineBase.
Style Gets or sets the constant line appearance settings. This is a bindable property. Inherited from ConstantLineBase.
Title Gets or sets settings of the constant line title. This is a bindable property. Inherited from ConstantLineBase.
Visible Gets or sets whether the constant line is visible. This is a bindable property. Inherited from ConstantLineBase.
VisibleInLegend Indicates whether the constant line is shown in the chart legend. This is a bindable property. Inherited from ConstantLineBase.
See Also