Skip to main content

ConstantLine(String, String) Constructor

In This Article

Initializes a new instance of the ConstantLine class with the specified qualitative value and title.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public ConstantLine(
    string value,
    string title
)

#Parameters

Name Type Description
value String

A String value that specifies the qualitative value at which the constant line will be shown. This value is assigned to the ConstantLine.Value property.

title String

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

See Also