UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

12 lines (11 loc) 477 B
/** * Modes defining the rules for detecting a hover event */ export declare enum EHoverMode { /** Treat all included entities as hovered if it is hit */ Multi = "Multi", /** Treat a single topmost entity as hovered if it hit and above included target */ TopmostIncluded = "TopmostIncluded", /** Treat a single topmost entity as hovered if hit and above any other hoverable target (included or not) */ AbsoluteTopmost = "AbsoluteTopmost" }