UNPKG

igniteui-angular-charts

Version:

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

10 lines (9 loc) 211 B
import { Type } from "igniteui-angular-core"; export declare enum ZoomSliderOrientation { Horizontal = 0, Vertical = 1 } /** * @hidden */ export declare let ZoomSliderOrientation_$type: Type;