Back to Devexpress

ChartHitInfo.ConstantLineTitle Property

wpf-devexpress-dot-xpf-dot-charts-dot-charthitinfo-43d45391.md

latest1.6 KB
Original Source

ChartHitInfo.ConstantLineTitle Property

Returns a constant line title that is located under the test point.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
ConstantLineTitle

A ConstantLineTitle object that is in the test point.

|

Remarks

Use the ConstantLineTitle property to access the constant line title located in the test point (if the ChartHitInfo.InConstantLineTitle property returns true ).

If ChartHitInfo.InConstantLineTitle is false , the ConstantLineTitle property returns null ( Nothing in Visual Basic).

See Also

ChartHitInfo Class

ChartHitInfo Members

DevExpress.Xpf.Charts Namespace