Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ConstantLineTitle Class

Defines settings for a constant line title.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public class ConstantLineTitle :
    AxisElementTitleBase

The following members return ConstantLineTitle objects:

#Remarks

The ConstantLineTitle class contains settings that define the functionality of constant line titles, and exposes the ConstantLineTitle.Alignment and ConstantLineTitle.ShowBelowLine properties.

An object of the ConstantLineTitle type can be accessed via the ConstantLine.Title property.

For more information, refer to Constant Lines.

See Also