UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 481 B
import { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CategoryToolTipLayerDescription extends AnnotationLayerDescription { static $t: Type; protected get_type(): string; constructor(); private gh; get targetAxisRef(): string; set targetAxisRef(a: string); private gf; get useInterpolation(): boolean; set useInterpolation(a: boolean); }