igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
85 lines (84 loc) • 2.97 kB
TypeScript
import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { CategoryItemHighlightType } from "./CategoryItemHighlightType";
import { MarkerType } from "./MarkerType";
import { Brush } from "igniteui-react-core";
import { DataTemplate } from "igniteui-react-core";
import { CategoryItemHighlightLayerFrame } from "./CategoryItemHighlightLayerFrame";
import { Type, Point } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { ItemHighlightFrameRect } from "./ItemHighlightFrameRect";
import { List$1 } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
import { Pool$1 } from "igniteui-react-core";
import { Rectangle } from "igniteui-react-core";
import { ContentControl } from "igniteui-react-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare class CategoryItemHighlightLayer extends AnnotationLayer {
static $t: Type;
protected bk(): Series;
protected get_et(): boolean;
constructor();
protected ct(): SeriesView;
q3(a: SeriesView): void;
protected aaa: CategoryItemHighlightLayerView;
aae: Series;
aas: string;
aai: boolean;
aab: CategoryItemHighlightType;
aad: MarkerType;
abc: Brush;
abd: Brush;
aa1: DataTemplate;
aak: number;
aah: boolean;
protected yw(a: Series, b: boolean): void;
protected xn(a: Series): boolean;
protected yy(a: Frame, b: SeriesView): void;
private aag;
private aaf;
protected rc(a: any, b: string, c: any, d: any): void;
private aaj;
private aay;
aaw(a: Point, b: CategoryItemHighlightLayerFrame, c: Series): void;
private aac;
aax(a: Rect, b: CategoryItemHighlightLayerFrame, c: Series): void;
protected y1(a: Frame, b: SeriesView): void;
aaz(a: ItemHighlightFrameRect, b: ContentControl): void;
aa0(a: ItemHighlightFrameRect, b: Rectangle): void;
protected gb(): boolean;
static $$p: string[];
}
/**
* @hidden
*/
export declare class CategoryItemHighlightLayerView extends AnnotationLayerView {
static $t: Type;
constructor(a: CategoryItemHighlightLayer);
protected cn: CategoryItemHighlightLayer;
cp: Pool$1<Rectangle>;
co: Pool$1<ContentControl>;
a4(): void;
protected cq: List$1<ContentControl>;
protected cr: List$1<Rectangle>;
private c3;
private cx;
private cz;
private cy;
private c0;
private cs;
private cu;
private ct;
c1(a: Brush): Brush;
c2(a: Brush): Brush;
cw(a: Rectangle, b: number, c: number, d: number, e: number): void;
cv(a: ContentControl, b: number, c: number): void;
protected bv(a: any, b: number): void;
protected bj(a: RenderingContext, b: boolean): void;
ax(a: any): void;
}