import { OnInit } from "@angular/core"; import { SeriesLabelsVisualArgs } from "@progress/kendo-angular-charts"; import { Element } from '@progress/kendo-drawing'; import { DataListingFieldBase } from "../components/datalistingfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZchartComponent extends DataListingFieldBase implements ZComponent, OnInit { componentService: ZComponentService; private series; private valueAxis; private crossingValues; private categories; private panes; private categoryAxis; private navigatorAxis; options: { title: string; renderAs: string; pannable: boolean; zoomable: boolean; categories: any[]; max: number; maxDivisions: any; axisLabels: { rotation: string; }; labels: { visible: boolean; background: string; }; series: any[]; valueAxis: any[]; crossingValues: any[]; dataType: string; dataStyle: string; legendPosition: string; legendSpacing: number; legendOrientation: string; tooltipFormat: string; aggregateType: string; dataField: any; categoryField: any; color: string; field: string; onRender: string; onAxisLabelClick: string; onLegendItemClick: string; onLegendItemHover: string; onPlotAreaClick: string; onPlotAreaHover: string; onSeriesClick: string; onSeriesHover: string; customTooltipFunc: string; customTooltipOptions: { background: string; }; panes: ({ name?: undefined; height?: undefined; } | { name: string; height: number; })[]; categoryAxis: any[]; transitions: string; navigator: boolean; navigatorAxis: any[]; }; constructor(componentService: ZComponentService); ngOnInit(): void; ngAfterViewInit(): void; private getFieldDeclarationForSetup; labelVisual: (e: SeriesLabelsVisualArgs) => Element; setData: (gData: any) => void; onRender(e: any): void; onAxisLabelClick(e: any): void; onLegendItemClick(e: any): void; onLegendItemHover(e: any): void; onPlotAreaClick(e: any): void; onPlotAreaHover(e: any): void; onSelectEnd(e: any): void; onSeriesClick(e: any): void; onSeriesHover(e: any): void; private callComponentEvent; getToolTip(value: any, category: any, series: any, dataItem: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }