Skip to main content

ConstantLine.Visible Property

Gets or sets whether the constant line is visible.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool Visible { get; set; }

#Property Value

Type Description
Boolean

true if the constant line is visible; otherwise, false.

See Also