UNPKG

igniteui-angular-charts

Version:

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

14 lines (13 loc) 306 B
import { Base, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class PieChartMockDataItem extends Base { static $t: Type; private _Label; get Label(): string; set Label(a: string); private _Value; get Value(): number; set Value(a: number); }