UNPKG

igniteui-angular-charts

Version:

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

13 lines (12 loc) 286 B
import { ObjectColumn } from "./ObjectColumn"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export interface IOuterLabelWidthDecider { decideWidth(a: ObjectColumn): number; } /** * @hidden */ export declare let IOuterLabelWidthDecider_$type: Type;