igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
85 lines (84 loc) • 2.88 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_eu(): boolean;
constructor();
protected ct(): SeriesView;
ri(a: SeriesView): void;
protected aat: CategoryItemHighlightLayerView;
aax: Series;
abb: string;
aa1: boolean;
aau: CategoryItemHighlightType;
aaw: MarkerType;
abv: Brush;
abw: Brush;
abk: DataTemplate;
aa3: number;
aa0: boolean;
protected ze(a: Series, b: boolean): void;
protected x5(a: Series): boolean;
protected zg(a: Frame, b: SeriesView): void;
private aaz;
private aay;
protected rr(a: any, b: string, c: any, d: any): void;
private aa2;
private abh;
abf(a: Point, b: CategoryItemHighlightLayerFrame, c: Series): void;
private aav;
abg(a: Rect, b: CategoryItemHighlightLayerFrame, c: Series): void;
protected zj(a: Frame, b: SeriesView): void;
abi(a: ItemHighlightFrameRect, b: ContentControl): void;
abj(a: ItemHighlightFrameRect, b: Rectangle): void;
protected gh(): 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;
}