UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

65 lines (64 loc) 2.32 kB
import { AnnotationLayer } from "./AnnotationLayer"; import { CategoryAxisBase } from "./CategoryAxisBase"; import { DependencyProperty } from "igniteui-react-core"; import { Series } from "./Series"; import { CategoryHighlightLayerFrame } from "./CategoryHighlightLayerFrame"; import { Type } from "igniteui-react-core"; import { SeriesView } from "./SeriesView"; import { Axis } from "./Axis"; import { Frame } from "./Frame"; import { CategoryHighlightFrameRect } from "./CategoryHighlightFrameRect"; 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 { AnnotationLayerView } from "./AnnotationLayerView"; import { Brush } from "igniteui-react-core"; import { RenderingContext } from "igniteui-react-core"; /** * @hidden */ export declare class CategoryHighlightLayer extends AnnotationLayer { static $t: Type; protected bk(): Series; protected get_es(): boolean; constructor(); protected ct(): SeriesView; q1(a: SeriesView): void; protected z8: CategoryHighlightLayerView; z7: CategoryAxisBase; aaa: boolean; get aab(): number; set aab(a: number); static readonly aai: DependencyProperty; protected ys(a: Axis, b: boolean): void; private z9; protected yv(a: Frame, b: SeriesView): void; private aag; aaf(a: Rect, b: CategoryHighlightLayerFrame, c: Axis): void; protected yy(a: Frame, b: SeriesView): void; protected ga(): boolean; aah(a: CategoryHighlightFrameRect, b: Rectangle): void; protected ra(a: any, b: string, c: any, d: any): void; static $$p: string[]; } /** * @hidden */ export declare class CategoryHighlightLayerView extends AnnotationLayerView { static $t: Type; constructor(a: CategoryHighlightLayer); protected ce: CategoryHighlightLayer; cf: Pool$1<Rectangle>; ax(): void; protected cg: List$1<Rectangle>; private cn; private ci; private ck; private cj; cl(a: Brush): Brush; cm(a: Brush): Brush; ch(a: Rectangle, b: number, c: number, d: number, e: number): void; protected bc(a: RenderingContext, b: boolean): void; aq(a: any): void; }