UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

14 lines (13 loc) 304 B
import { Base, Type } from "igniteui-react-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); }