UNPKG

igniteui-webcomponents-charts

Version:

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

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