UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

20 lines (19 loc) 579 B
import { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CategoryHighlightLayerDescription extends AnnotationLayerDescription { static $t: Type; protected get_type(): string; constructor(); private gj; get targetAxisRef(): string; set targetAxisRef(a: string); private gf; get useInterpolation(): boolean; set useInterpolation(a: boolean); private gh; get bandHighlightWidth(): number; set bandHighlightWidth(a: number); }