igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
105 lines (104 loc) • 3.07 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_es(): boolean;
protected get_eq(): boolean;
constructor();
protected ct(): SeriesView;
q1(a: SeriesView): void;
protected z9: CrosshairLayerView;
acm: Brush;
acn: Brush;
aa0: string;
gu(a: Series): boolean;
aaa: Series;
aaf: boolean;
aad: boolean;
xAxisAnnotationFormatLabel: (item: any) => string;
aab(): boolean;
yAxisAnnotationFormatLabel: (item: any) => string;
aac(): boolean;
acq: Brush;
aco: Brush;
aai: number;
aau: number;
acp: Brush;
get acw(): Thickness;
aak: number;
aam: number;
aal: number;
aaj: number;
get acx(): Thickness;
aaq: number;
aas: number;
aar: number;
aap: number;
aan: number;
act: Brush;
acr: Brush;
aao: number;
aav: number;
acs: Brush;
aat: number;
acz: Visibility;
acy: Visibility;
aae: boolean;
protected yt(a: Series, b: boolean): void;
protected yv(a: Frame, b: SeriesView): void;
protected xk(a: Series): boolean;
qp(): void;
protected w4(): AnnotationAppearanceMode;
protected xr(): number;
protected xu(): number;
protected xt(): number;
protected zw(): DoubleCollection;
protected zx(): DoubleCollection;
private acu;
private acv;
private abr;
private aah;
private aag;
protected abs(a: CrosshairLayerFrame, b: boolean): void;
private abq;
protected yy(a: Frame, b: SeriesView): void;
protected ga(): boolean;
protected ra(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 ce: CrosshairLayer;
cf: Pool$1<Path>;
protected cg: List$1<Path>;
ax(): void;
private cl;
private ch;
private cj;
private ci;
ck(a: Path, b: number, c: number, d: number): void;
protected bc(a: RenderingContext, b: boolean): void;
aq(a: any): void;
}