Skip to main content
A newer version of this page is available. .

QualitativeConstantLine Members

The vertical straight line that passes through the chart and indicates a qualitative x-axis’s value.

Constructors

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

Fields

Name Description
AxisValueProperty static Identifies the AxisValue dependency property.
LegendTextProperty static Identifies the LegendText bindable property. Inherited from ConstantLineBase.
ShowBehindProperty static Identifies the ShowBehind bindable property. Inherited from ConstantLineBase.
StyleProperty static Identifies the Style bindable property. Inherited from ConstantLineBase.
TitleProperty static Identifies the Title bindable property. Inherited from ConstantLineBase.
VisibleInLegendProperty static Identifies the VisibleInLegend bindable property. Inherited from ConstantLineBase.
VisibleProperty static Identifies the Visible bindable property. Inherited from ConstantLineBase.

Properties

Name Description
AxisValue Gets or sets the constant line position along the axis.
LegendText Gets or sets the text that identifies the constant line in the chart legend. Inherited from ConstantLineBase.
ShowBehind Specifies whether the constant line is displayed behind series. Inherited from ConstantLineBase.
Style Gets or sets the constant line appearance settings. Inherited from ConstantLineBase.
Title Gets or sets settings of the constant line title. Inherited from ConstantLineBase.
Visible Specifies whether the constant line is visible. Inherited from ConstantLineBase.
VisibleInLegend Indicates whether the constant line is shown in the chart legend. Inherited from ConstantLineBase.

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