UNPKG

igniteui-angular-charts

Version:

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

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