UNPKG

igniteui-react-core

Version:
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); }