ChartHitInfo.ConstantLine Property
Gets a constant line which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
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. Note that if the ChartHitInfo.InConstantLine is false, then the ConstantLine property returns null (Nothing in Visual Basic).
See Also