Skip to main content
A newer version of this page is available. .

ConstantLine.Value Property

Gets or sets the constant line‘s position along an axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

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 Lines.

See Also