UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

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