Skip to main content

ChartHitInfo.ConstantLineTitle Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ConstantLineTitle ConstantLineTitle { get; }

Property Value

Type Description
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