UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

19 lines (18 loc) 501 B
import { Type } from "igniteui-angular-core"; /** * Describes available behaviors for series highlighting depending on distance of mouse on hover operation. */ export declare enum HighlightingMode { /** * Specifies the highlight starts on closest element of series */ Closest = 0, /** * Specifies the highlight starts when directly over element of series */ DirectlyOver = 1 } /** * @hidden */ export declare let HighlightingMode_$type: Type;