Skip to main content

ASPxClientWebChartHitInfo.inIndicator Property

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

Declaration

inIndicator: boolean

Property Value

Type Description
boolean

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

Remarks

The inIndicator property is useful if you don’t need to determine the exact element residing under the test point, but are only interested in whether the test point is within an indicator. For instance, the property can be used if you need to provide a common context menu for indicators regardless of which particular indicator was right-clicked.

See Also