ChartHitInfo.ConstantLineTitle Property
In This Article
Returns a constant line title that is located under the test point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ConstantLineTitle ConstantLineTitle { get; }
#Property Value
Type | Description |
---|---|
Constant |
A Constant |
#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