UNPKG

igniteui-angular-charts

Version:

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

21 lines (20 loc) 491 B
import { Base, Type } from "igniteui-angular-core"; import { Thickness } from "igniteui-angular-core"; /** * @hidden */ export declare class LabelPosition extends Base { static $t: Type; h: number; f: number; b: boolean; i: Thickness; d: boolean; a: boolean; e: number; g: number; c: boolean; constructor(a: number, b: number); constructor(a: number, b: number, c: number); constructor(a: number, ..._rest: any[]); }