igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
19 lines (18 loc) • 460 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
* Describes available types of alignment used by the outer labels of the funnel chart.
*/
export declare enum OuterLabelAlignment {
/**
* The labels will be displayed to the left of the chart.
*/
Left = 0,
/**
* The labels will be displayed to the right of the chart.
*/
Right = 1
}
/**
* @hidden
*/
export declare let OuterLabelAlignment_$type: Type;