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

QualitativeAxisX.ConstantLines Property

Gets the collection of constant lines that the axis contains.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public QualitativeConstantLineCollection ConstantLines { get; }

Property Value

Type Description
QualitativeConstantLineCollection

An object that stores constant lines of the axis.

See Also