igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
19 lines (18 loc) • 426 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
* Describes available behaviors for displaying height of the funnel slices.
*/
export declare enum FunnelSliceDisplay {
/**
* The slice heights should be uniform.
*/
Uniform = 0,
/**
* The slice heights should be weighted by value.
*/
Weighted = 1
}
/**
* @hidden
*/
export declare let FunnelSliceDisplay_$type: Type;