Back to Devexpress

ConstantLineTitle Class

wpf-devexpress-dot-xpf-dot-charts-f79df6aa.md

latest2.6 KB
Original Source

ConstantLineTitle Class

Defines settings for a constant line title.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class ConstantLineTitle :
    AxisElementTitleBase
vb
Public Class ConstantLineTitle
    Inherits 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.

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement TitleBase AxisElementTitleBase ConstantLineTitle

See Also

ConstantLineTitle Members

DevExpress.Xpf.Charts Namespace