Identifies hit-test visibility of a component.
Namespace: MindFusion.Charting.Components
File: HitTestVisibility.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
Children |
Only hit-test child components. |
![]() |
HitTestVisibility |
Do not participate in hit-testing. |
![]() |
SelfAndChildren |
Hit-test this component and its children. |
See Also