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.v25.2.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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