Back to Devexpress

ConstantLine Constructors

corelibraries-devexpress-dot-xtracharts-dot-constantline-dot-ctor.md

latest3.0 KB
Original Source

ConstantLine Constructors

Represents a constant line within an axis.

NameParametersDescription
ConstantLine()noneInitializes a new instance of the ConstantLine class with the default settings.
ConstantLine(String, DateOnly)name, valueInitializes a new instance of the ConstantLine class with the specified name and date value.
ConstantLine(String, DateTime)name, valueInitializes a new instance of the ConstantLine class with the specified name and date time value.
ConstantLine(String, Double)name, valueInitializes a new instance of the ConstantLine class with the specified name and numeric value.
ConstantLine(String, Object)name, axisValueInitializes a new instance of the ConstantLine class with the specified constant line’s name and axis value.
ConstantLine(String, String)name, valueInitializes a new instance of the ConstantLine class with the specified name and qualitative value.
ConstantLine(String, TimeOnly)name, valueInitializes a new instance of the ConstantLine class with the specified name and time value.
ConstantLine(String, TimeSpan)name, valueInitializes a new instance of the ConstantLine class with the specified name and time-span value.
ConstantLine(String)nameInitializes a new instance of the ConstantLine class with the specified name.

See Also

ConstantLine Class

ConstantLine Members

DevExpress.XtraCharts Namespace