UNPKG

igniteui-angular-charts

Version:

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

15 lines (14 loc) 301 B
import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare const enum TrackShadeOrientation { HorizontalLower = 0, HorizontalHigher = 1, VerticalLower = 2, VerticalHigher = 3 } /** * @hidden */ export declare let TrackShadeOrientation_$type: Type;