ConstantLine.Value Property
In This Article
Gets or sets the constant line's position along an axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty]
[TypeConverter(typeof(AxisValueTypeConverter))]
public object Value { get; set; }
#Property Value
Type | Description |
---|---|
Object | A Object value that specifies the constant line's position. |
#Remarks
The Value property specifies the position of a constant line along its corresponding axis. The value set for the Value property should lie in the range specified by the Axis.Range property, and correspond to the axis scale type (defined by the Series.ArgumentScaleType or Series.ValueScaleType property).
For more information, refer to Constant Line.
See Also