Skip to main content

ChartHitInfo.InConstantLineTitle Property

Returns a value that indicates whether the test point is in a constant line title.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool InConstantLineTitle { get; }

Property Value

Type Description
Boolean

true, if the test point is in a constant line title; otherwise, false.

Remarks

Use the InConstantLineTitle property to check whether the test point is in a constant line title.

To obtain a particular element located under the test point, use the ChartControl.CalcHitInfo method.

See Also