Skip to main content
All docs
V25.1
  • ConstantLine(TimeSpan, String) Constructor

    Initializes a new instance of the ConstantLine class with the specified time-span value and title.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public ConstantLine(
        TimeSpan value,
        string title
    )

    Parameters

    Name Type Description
    value TimeSpan

    A time-span axis value at which the constant line is shown. This value is assigned to the ConstantLine.Value property.

    title String

    A string that specifies the constant line title text. This value is assigned to the ConstantLine.Title property.

    See Also