Back to Devexpress

ConstantLine Constructors

wpf-devexpress-dot-xpf-dot-charts-dot-constantline-dot-ctor.md

latest1.7 KB
Original Source

ConstantLine Constructors

Represents a constant line of an axis.

NameParametersDescription
ConstantLine()noneInitializes a new instance of the ConstantLine class with the default settings.
ConstantLine(DateTime, String)value, titleInitializes a new instance of the ConstantLine class with the specified date-time value and title.
ConstantLine(Double, String)value, titleInitializes a new instance of the ConstantLine class with the specified double value and title.
ConstantLine(String, String)value, titleInitializes a new instance of the ConstantLine class with the specified qualitative value and title.
ConstantLine(TimeSpan, String)value, titleInitializes a new instance of the ConstantLine class with the specified time-span value and title.

See Also

ConstantLine Class

ConstantLine Members

DevExpress.Xpf.Charts Namespace