Skip to main content

ChartHitInfo.InIndicator Property

Gets a value indicating whether the test point is within an indicator.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public bool InIndicator { get; }

#Property Value

Type Description
Boolean

true if the test point is within an indicator; otherwise, false.

#Remarks

Use the InIndicator property, to check whether the test point is located within an indicator.

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

See Also