ConstantLineCollection Class
In This Article
Stores constant lines of a particular axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
public class ConstantLineCollection :
ChartElementCollection<ConstantLine>,
IEnumerable<IConstantLine>,
IEnumerable
#Returned By
Properties that return ConstantLineCollection instances:
#Remarks
The ConstantLineCollection class represents a collection of ConstantLine objects, and is returned by the Axis2D.ConstantLinesBehind and Axis2D.ConstantLinesInFront properties of an axis.
#Inheritance
See Also