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

ConstantLineTitle.ShowBelowLine Property

Gets or sets a value that specifies whether a constant line title is displayed below or above the line.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public bool ShowBelowLine { get; set; }

Property Value

Type Description
Boolean

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

See Also