UNPKG

igniteui-angular-charts

Version:

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

13 lines (12 loc) 342 B
import { Base, Type } from "igniteui-angular-core"; import { SeriesViewer } from "./SeriesViewer"; /** * @hidden */ export declare class OthersCategoryContext extends Base { static $t: Type; private _items; get items(): any[]; set items(a: any[]); static b(a: OthersCategoryContext, b: SeriesViewer): any; }