igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
16 lines (15 loc) • 372 B
TypeScript
import { RenderingMessage } from "./RenderingMessage";
import { Point, Type } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class TooltipUpdateMessage extends RenderingMessage {
static $t: Type;
private h;
get i(): Point;
set i(a: Point);
private f;
get g(): any;
set g(a: any);
toString(): string;
}