Skip to main content
A newer version of this page is available. .

ConstantLine(String, Object) Constructor

Initializes a new instance of the ConstantLine class with the specified constant line’s name and axis value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public ConstantLine(
    string name,
    object axisValue
)

Parameters

Name Type Description
name String

A String value, specifying the constant line’s name.

axisValue Object

A Object value, specifying the axis value for the constant line.

Remarks

For more information on a constant line, refer to the Constant Line topic.

See Also