Skip to main content
All docs
V26.1
  • ConstantLine(DateOnly, String) Constructor

    Initializes a new instance of the ConstantLine class with specified settings.

    Namespace: DevExpress.Xpf.Charts

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

    Declaration

    public ConstantLine(
        DateOnly value,
        string title
    )

    Parameters

    Name Type Description
    value DateOnly

    A value on the date-only axis crossed by the constant line. The parameter value is assigned to the ConstantLine.Value property.

    title String

    A constant line title. The parameter value is assigned to the ConstantLine.Title property.

    See Also