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;
ri(a: SeriesView): void;
protected aav: CrosshairLayerView;
ade: Brush;
adf: Brush;
abq: string;
g1(a: Series): boolean;
aaw: Series;
aa3: boolean;
aaz: boolean;
xAxisAnnotationFormatLabel: (item: any) => string;
aax(): boolean;
yAxisAnnotationFormatLabel: (item: any) => string;
aay(): boolean;
adi: Brush;
adg: Brush;
aa6: number;
abi: number;
adh: Brush;
get ado(): Thickness;
aa8: number;
aba: number;
aa9: number;
aa7: number;
get adp(): Thickness;
abe: number;
abg: number;
abf: number;
abd: number;
abb: number;
adl: Brush;
adj: Brush;
abc: number;
abj: number;
adk: Brush;
abh: number;
adr: Visibility;
adq: Visibility;
aa2: boolean;
aa1: boolean;
aa0: boolean;
protected ze(a: Series, b: boolean): void;
protected zg(a: Frame, b: SeriesView): void;
protected x5(a: Series): boolean;
q5(): void;
protected xo(): AnnotationAppearanceMode;
protected yc(): number;
protected yf(): number;
protected ye(): number;
protected aai(): DoubleCollection;
protected aaj(): DoubleCollection;
private adm;
private adn;
private ach;
private aa5;
private aa4;
protected aci(a: CrosshairLayerFrame, b: boolean): void;
private acg;
protected zj(a: Frame, b: SeriesView): void;
protected gh(): boolean;
protected rr(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;
}