igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
107 lines (106 loc) • 3.01 kB
TypeScript
import { AnnotationLayer } from "./AnnotationLayer";
import { Brush } from "igniteui-react-core";
import { Series } from "./Series";
import { Thickness } from "igniteui-react-core";
import { Visibility } from "igniteui-react-core";
import { CrosshairLayerFrame } from "./CrosshairLayerFrame";
import { List$1 } from "igniteui-react-core";
import { Pool$1 } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { DoubleCollection } from "igniteui-react-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { Path } from "igniteui-react-core";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare class CrosshairLayer extends AnnotationLayer {
static $t: Type;
protected bk(): Series;
protected get_eu(): boolean;
protected get_er(): boolean;
constructor();
protected ct(): SeriesView;
rj(a: SeriesView): void;
protected aaw: CrosshairLayerView;
adf: Brush;
adg: Brush;
abr: string;
g2(a: Series): boolean;
aax: Series;
aa4: boolean;
aa0: boolean;
xAxisAnnotationFormatLabel: (item: any) => string;
aay(): boolean;
yAxisAnnotationFormatLabel: (item: any) => string;
aaz(): boolean;
adj: Brush;
adh: Brush;
aa7: number;
abj: number;
adi: Brush;
get adp(): Thickness;
aa9: number;
abb: number;
aba: number;
aa8: number;
get adq(): Thickness;
abf: number;
abh: number;
abg: number;
abe: number;
abc: number;
adm: Brush;
adk: Brush;
abd: number;
abk: number;
adl: Brush;
abi: number;
ads: Visibility;
adr: Visibility;
aa3: boolean;
aa2: boolean;
aa1: boolean;
protected zf(a: Series, b: boolean): void;
protected zh(a: Frame, b: SeriesView): void;
protected x6(a: Series): boolean;
q6(): void;
protected xp(): AnnotationAppearanceMode;
protected yd(): number;
protected yg(): number;
protected yf(): number;
protected aaj(): DoubleCollection;
protected aak(): DoubleCollection;
private adn;
private ado;
private aci;
private aa6;
private aa5;
protected acj(a: CrosshairLayerFrame, b: boolean): void;
private ach;
protected zk(a: Frame, b: SeriesView): void;
protected gi(): boolean;
protected rs(a: any, b: string, c: any, d: any): void;
static $$p: string[];
}
/**
* @hidden
*/
export declare class CrosshairLayerView extends AnnotationLayerView {
static $t: Type;
constructor(a: CrosshairLayer);
protected cn: CrosshairLayer;
co: Pool$1<Path>;
protected cp: List$1<Path>;
a4(): void;
private cu;
private cq;
private cs;
private cr;
ct(a: Path, b: number, c: number, d: number): void;
protected bj(a: RenderingContext, b: boolean): void;
ax(a: any): void;
}