UNPKG

igniteui-angular-charts

Version:

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

17 lines (16 loc) 300 B
import { Type } from "igniteui-angular-core"; /** * Used to indicate the orientation of the legend */ export declare enum LegendOrientation { /** */ Horizontal = 0, /** */ Vertical = 1 } /** * @hidden */ export declare let LegendOrientation_$type: Type;