Back to Devexpress

ChartHitInfo.ConstantLine Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-595d7e9a.md

latest1.8 KB
Original Source

ChartHitInfo.ConstantLine Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ConstantLine ConstantLine { get; }
vb
Public ReadOnly Property ConstantLine As ConstantLine

Property Value

TypeDescription
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

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace