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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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