igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
18 lines (17 loc) • 577 B
TypeScript
import { Base, Type } from "igniteui-angular-core";
import { WorksheetChart } from "igniteui-angular-excel";
/**
* @hidden
*/
export declare abstract class SpreadsheetChartElementInfo extends Base {
static $t: Type;
protected c: WorksheetChart;
protected f: any;
protected a: (chart: WorksheetChart, oldUI: any) => any;
get d(): WorksheetChart;
get b(): (chart: WorksheetChart, oldUI: any) => any;
get g(): any;
abstract h(): void;
abstract i(): void;
abstract e(a: WorksheetChart, b: boolean, c: boolean): boolean;
}