Skip to main content

ConstantLineTitle Class

Represents a title of a constant line.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class ConstantLineTitle :
    AxisElementTitleBase

#Returned By

The ConstantLine.Title property returns an instance of ConstantLineTitle.

#Remarks

Each ConstantLine object can be accompanied by a title, by making the ConstantLineTitle, returned by the ConstantLine.Title property, visible.

The ConstantLineTitle class exposes the ConstantLineTitle.Alignment and ConstantLineTitle.ShowBelowLine properties.

See Also