UNPKG

igniteui-angular-charts

Version:

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

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