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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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