QualitativeAxisX.ConstantLines Property
In This Article
Gets the collection of constant lines that the axis contains. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public QualitativeConstantLineCollection ConstantLines { get; }
#Property Value
Type | Description |
---|---|
Qualitative |
An object that stores constant lines of the axis. |
See Also