igniteui-react-core
Version:
Ignite UI React Core.
20 lines (19 loc) • 579 B
TypeScript
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);
}