igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
20 lines (19 loc) • 644 B
TypeScript
import { PieSliceOthersContext as PieSliceOthersContext_internal } from "./PieSliceOthersContext";
/**
* Represents the selected data contained inside the Others slice.
*/
export declare class IgxPieSliceOthersContext {
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;
}