import { IPSAppDEField } from '../../app/dataentity/ipsapp-defield'; import { IPSDEChart } from './ipsdechart'; import { IPSDEChartLegend } from './ipsdechart-legend'; import { IPSDEChartSeries } from './ipsdechart-series'; import { IPSDEChartTitle } from './ipsdechart-title'; import { PSChartImpl } from './pschart-impl'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; export declare class PSDEChartImpl extends PSChartImpl implements IPSDEChart { get baseOptionJOString(): string; get codeName(): string; get coordinateSystem(): 'XY' | 'POLAR' | 'RADAR' | 'PARALLEL' | 'SINGLE' | 'CALENDAR' | 'MAP' | 'NONE'; get emptyText(): string; protected emptytextpslanguageres: IPSLanguageRes | null; getEmptyTextPSLanguageRes(): IPSLanguageRes | null; get emptyTextPSLanguageRes(): IPSLanguageRes | null; getEmptyTextPSLanguageResMust(): IPSLanguageRes; get minorSortDir(): 'ASC' | 'DESC'; protected minorsortpsappdefield: IPSAppDEField | null; getMinorSortPSAppDEField(): IPSAppDEField | null; get minorSortPSAppDEField(): IPSAppDEField | null; getMinorSortPSAppDEFieldMust(): IPSAppDEField; protected psdechartlegend: IPSDEChartLegend | null; getPSDEChartLegend(): IPSDEChartLegend | null; get psDEChartLegend(): IPSDEChartLegend | null; getPSDEChartLegendMust(): IPSDEChartLegend; protected psdechartserieses: IPSDEChartSeries[] | null; getPSDEChartSerieses(): IPSDEChartSeries[] | null; get psDEChartSerieses(): IPSDEChartSeries[] | null; findPSDEChartSeries(objKey: any): IPSDEChartSeries | null; protected psdecharttitle: IPSDEChartTitle | null; getPSDEChartTitle(): IPSDEChartTitle | null; get psDEChartTitle(): IPSDEChartTitle | null; getPSDEChartTitleMust(): IPSDEChartTitle; get hasWFDataItems(): boolean; getHasWFDataItems(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdechart-impl.d.ts.map