ConstantLineBase.Visible Property
In This Article
Specifies whether the constant line is visible.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public bool Visible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, if the constant line is visible; otherwise, false. |
See Also