@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.
23 lines (22 loc) • 1.18 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 { TemplateRef } from '@angular/core';
import { BaseTooltip } from './base-tooltip';
import { PopupService } from '@progress/kendo-angular-popup';
import { LocalizationService } from '@progress/kendo-angular-l10n';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class CrosshairTooltipComponent extends BaseTooltip {
templateRef: TemplateRef<any>;
key: string;
value: any;
animate: boolean;
constructor(popupService: PopupService, localizationService: LocalizationService);
show(e: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CrosshairTooltipComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CrosshairTooltipComponent, "kendo-chart-crosshair-tooltip", never, { "key": { "alias": "key"; "required": false; }; }, {}, never, never, true, never>;
}