ChartHitInfo.ConstantLine Property
In This Article
Gets a constant line which is located under the test point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Constant |
A Constant |
#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