igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
21 lines (20 loc) • 543 B
TypeScript
import { Type } from "igniteui-angular-core";
export declare enum TreemapHighlightedValueDisplayMode {
/**
* The treemap automatically chooses an appropriate mode.
*/
Auto = 0,
/**
* The treemap overlays the highlighted value on top of the normal value and applies a slight
* transparency to the normal value.
*/
Overlay = 1,
/**
* Hides the highlighted values.
*/
Hidden = 2
}
/**
* @hidden
*/
export declare let TreemapHighlightedValueDisplayMode_$type: Type;