igniteui-react-core
Version:
Ignite UI React Core.
41 lines (40 loc) • 1.2 kB
TypeScript
import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class CategoryItemHighlightLayerDescription extends AnnotationLayerDescription {
static $t: Type;
protected get_type(): string;
constructor();
private gr;
get targetSeriesRef(): string;
set targetSeriesRef(a: string);
private gq;
get targetSeriesName(): string;
set targetSeriesName(a: string);
private gg;
get useInterpolation(): boolean;
set useInterpolation(a: boolean);
private gl;
get highlightType(): string;
set highlightType(a: string);
private gp;
get markerType(): string;
set markerType(a: string);
private gm;
get markerBrush(): string;
set markerBrush(a: string);
private gn;
get markerOutline(): string;
set markerOutline(a: string);
private go;
get markerTemplateRef(): string;
set markerTemplateRef(a: string);
private gj;
get bandHighlightWidth(): number;
set bandHighlightWidth(a: number);
private gf;
get skipUnknownValues(): boolean;
set skipUnknownValues(a: boolean);
}