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