Skip to main content

ChartHitInfo.ConstantLine Property

Gets a constant line which is located under the test point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public ConstantLine ConstantLine { get; }

#Property Value

Type Description
ConstantLine

A ConstantLine object, which represents the constant line located under the test point.

#Remarks

Use the ConstantLine property to access the constant line located under the test point (if the ChartHitInfo.InConstantLine property returns true).

And, if ChartHitInfo.InConstantLine is false, the ConstantLine property returns null (Nothing in Visual Basic).

See Also