UNPKG

igniteui-angular-charts

Version:

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

19 lines (18 loc) 485 B
import { Type } from "igniteui-angular-core"; /** * Describes available types of data visualizations in the DataPie Chart control. */ export declare enum DataPieChartType { /** * Specifies automatic selection of chart type based on suggestions from Data Adapter */ Auto = 0, /** * Specifies the desire for a pie chart with a single ring. */ PieSingleRing = 1 } /** * @hidden */ export declare let DataPieChartType_$type: Type;