igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
24 lines (23 loc) • 526 B
TypeScript
import { Type } from "igniteui-angular-core";
export declare enum TreemapHighlightingMode {
/**
* Highlighting mode is determined by the component.
*/
Auto = 0,
/**
* No highlighting is defined.
*/
None = 1,
/**
* Treemap nodes will brighten when hovered.
*/
Brighten = 2,
/**
* Treemap nodes will fade if they aren't the hovered node.
*/
FadeOthers = 3
}
/**
* @hidden
*/
export declare let TreemapHighlightingMode_$type: Type;