@progress/kendo-angular-charts
Version:
Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.
27 lines (26 loc) • 1.42 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2024 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { QueryList } from '@angular/core';
import { CrosshairTooltipComponent } from './crosshair-tooltip.component';
import { PopupSettings } from './popup-settings.interface';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class CrosshairTooltipsContainerComponent {
popupSettings: PopupSettings;
crossahairTooltipComponents: QueryList<CrosshairTooltipComponent>;
tooltipKeys: Array<any>;
private tooltipsMap;
show(e: any): void;
hide(): void;
get active(): boolean;
createCrosshairTooltips(options: any): void;
protected removeTooltip(key: string): void;
protected mapTooltips(options: any): any;
protected axesCrosshairTooltipOptions(options: any, name: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<CrosshairTooltipsContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CrosshairTooltipsContainerComponent, "kendo-chart-crosshair-tooltips-container", never, { "popupSettings": { "alias": "popupSettings"; "required": false; }; }, {}, never, never, true, never>;
}