Skip to main content

ConstantLineBase Properties

The base class for constant lines.
Name Description
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.
ShowBehind Gets or sets whether the constant line is displayed behind series. This is a bindable property.
Style Gets or sets the constant line appearance settings. This is a bindable property.
Title Gets or sets settings of the constant line title. This is a bindable property.
Visible Gets or sets whether the constant line is visible. This is a bindable property.
VisibleInLegend Indicates whether the constant line is shown in the chart legend. This is a bindable property.
See Also