ConstantLine(String, Object) Constructor
In This Article
Initializes a new instance of the ConstantLine class with the specified constant line’s name and axis value.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the constant line’s name. |
axis |
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