Skip to main content

ConstantLineTitle.ShowBelowLine Property

Gets or sets a value that specifies whether a constant line's title is displayed below or above the line. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

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

#Property Value

Type Description
Boolean

true if the title is displayed below the constant line; otherwise, false.

See Also