UNPKG

igniteui-webcomponents-charts

Version:

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

11 lines (10 loc) 224 B
import { Type } from "igniteui-webcomponents-core"; export declare enum TreemapLabelVerticalFitMode { Auto = 0, Show = 1, Hide = 2 } /** * @hidden */ export declare let TreemapLabelVerticalFitMode_$type: Type;