UNPKG

igniteui-webcomponents-charts

Version:

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

20 lines (19 loc) 644 B
import { PieSliceOthersContext as PieSliceOthersContext_internal } from "./PieSliceOthersContext"; /** * Represents the selected data contained inside the Others slice. */ export declare class IgcPieSliceOthersContext { protected createImplementation(): PieSliceOthersContext_internal; protected _implementation: any; /** * @hidden */ get i(): PieSliceOthersContext_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; /** * The underlying data contained by the Others pie slice. */ findByName(name: string): any; }