igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
287 lines (286 loc) • 11.2 kB
TypeScript
import { MarkerSeries } from "./MarkerSeries";
import { ISupportsErrorBars } from "./ISupportsErrorBars";
import { ITrendLineSeries } from "./ITrendLineSeries";
import { ScatterAxisInfoCache } from "./ScatterAxisInfoCache";
import { NumericXAxis } from "./NumericXAxis";
import { DependencyProperty } from "igniteui-react-core";
import { NumericYAxis } from "./NumericYAxis";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Series } from "./Series";
import { TrendLineType } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { PenLineCap } from "igniteui-react-core";
import { DoubleCollection } from "igniteui-react-core";
import { CollisionAvoidanceType } from "./CollisionAvoidanceType";
import { Axis } from "./Axis";
import { ScatterItemSearchMode } from "./ScatterItemSearchMode";
import { ScatterErrorBarSettings } from "./ScatterErrorBarSettings";
import { HighlightingInfo } from "igniteui-react-core";
import { ScatterFrame } from "./ScatterFrame";
import { SeriesView } from "./SeriesView";
import { Point, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { SeriesPointOfInterest } from "./SeriesPointOfInterest";
import { Rect } from "igniteui-react-core";
import { Marker } from "./Marker";
import { MarkerSeriesView } from "./MarkerSeriesView";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { ITrendLineManager } from "./ITrendLineManager";
import { Clipper } from "igniteui-react-core";
import { OwnedPoint } from "./OwnedPoint";
import { AxisRange } from "./AxisRange";
import { HashPool$2 } from "igniteui-react-core";
import { ScatterTrendLineManager } from "./ScatterTrendLineManager";
import { MarkerManagerBase } from "./MarkerManagerBase";
import { Thickness } from "igniteui-react-core";
import { SeriesPlotAreaMarginHorizontalMode } from "./SeriesPlotAreaMarginHorizontalMode";
import { SeriesPlotAreaMarginVerticalMode } from "./SeriesPlotAreaMarginVerticalMode";
import { Size } from "igniteui-react-core";
import { AssigningScatterStyleEventArgs } from "./AssigningScatterStyleEventArgs";
import { AssigningScatterMarkerStyleEventArgs } from "./AssigningScatterMarkerStyleEventArgs";
import { ChartSelection } from "./ChartSelection";
import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior";
import { MarkerCollisionMode } from "./MarkerCollisionMode";
import { AssigningSeriesStyleEventArgsBase } from "./AssigningSeriesStyleEventArgsBase";
import { SeriesRenderManager } from "./SeriesRenderManager";
import { ErrorBarsHelper } from "./ErrorBarsHelper";
import { IErrorBarCalculator } from "igniteui-react-core";
import { PathGeometry } from "igniteui-react-core";
import { RenderSurface } from "./RenderSurface";
import { IDictionary$2 } from "igniteui-react-core";
import { ValueLayerValueMode } from "./ValueLayerValueMode";
import { AssigningSeriesShapeStyleEventArgsBase } from "./AssigningSeriesShapeStyleEventArgsBase";
import { RenderingContext } from "igniteui-react-core";
/**
* @hidden
*/
export declare abstract class ScatterBase extends MarkerSeries implements ISupportsErrorBars, ITrendLineSeries {
static $t: Type;
protected ct(): SeriesView;
ph(): void;
rj(a: SeriesView): void;
zn: ScatterBaseView;
protected get_f0(): boolean;
ai(): Axis[];
k1(a: any, b: string): any;
mq(a: string): string;
ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
protected b3(): SeriesHitTestMode;
xc(a: Point): Rect;
g4(a: Point, b: boolean): boolean;
constructor();
zm: ScatterAxisInfoCache;
xAxis: NumericXAxis;
yAxis: NumericYAxis;
abj: string;
get z7(): IFastItemColumn$1<number>;
set z7(a: IFastItemColumn$1<number>);
private z5;
abr: string;
get z8(): IFastItemColumn$1<number>;
set z8(a: IFastItemColumn$1<number>);
private z6;
aa3: string;
aa5: string;
protected gj(): boolean;
protected aam(): boolean;
protected h1(): List$1<SeriesLayerPropertyOverlay>;
private aby;
private abz;
abf: string;
abn: string;
abh: string;
abp: string;
trendLineType: TrendLineType;
trendLineBrush: Brush;
get ac8(): Brush;
set ac8(a: Brush);
static readonly acj: DependencyProperty;
trendLineThickness: number;
ada: PenLineCap;
ac9: DoubleCollection;
trendLinePeriod: number;
zj: CollisionAvoidanceType;
get GetErrorBarsXAxis(): Axis;
get GetErrorBarsYAxis(): Axis;
aa0: number;
aaz: number;
zy: ScatterItemSearchMode;
aay: number;
qr(): void;
zo: ScatterErrorBarSettings;
protected rs(a: any, b: string, c: any, d: any): void;
protected aaj(): boolean;
protected aai(): boolean;
aad(a: any): boolean;
aac(a: any): boolean;
private ach;
private adb;
private adc;
private abt;
protected aah(a: string, b: FastItemsSourceEventAction): boolean;
protected pq(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
ab8(a: ScatterFrame): void;
ab9(a: ScatterFrame, b: Clipper): void;
ay(a: Axis): AxisRange;
ky(a: Point): any;
private zv;
get zw(): ScatterItemSearchMode;
set zw(a: ScatterItemSearchMode);
protected zx(): ScatterItemSearchMode;
ke(a: Point): number;
i0(a: Point): number;
protected aau(a: Point): number;
private zc;
private zd;
protected aat(a: Point): number;
private abw;
protected get_aag(): boolean;
protected get aag(): boolean;
private aax;
protected aaw(a: Point): number;
protected aas(a: Point): number;
protected aav(a: Point): number;
wy(a: Point, b: boolean, c: boolean): Point;
gl(a: any): boolean;
protected ta(a: Rect, b: Rect): void;
protected tb(a: Rect, b: Rect): void;
zs: ScatterFrame;
zu: ScatterFrame;
zq: ScatterFrame;
zr(): ScatterFrame;
abu(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void;
ab5(a: ScatterFrame, b: ScatterBaseView): void;
pk(a: boolean, b: SeriesView): void;
aaf: boolean;
aae: boolean;
protected aab: boolean;
protected aaa: boolean;
protected get_fh(): boolean;
private z3;
private z4;
protected z1(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
protected z2(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
xi(a: SeriesPlotAreaMarginHorizontalMode, b: SeriesPlotAreaMarginVerticalMode): Thickness;
protected z0(a: any, b: Point, c: HighlightingInfo): HighlightingInfo;
dh(a: any, b: Point, c: boolean): HighlightingInfo;
di(a: any, b: Point, c: boolean): HighlightingInfo;
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
protected aal(): boolean;
protected aak(): boolean;
acg(a: ScatterFrame, b: ScatterBaseView): void;
ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[];
qk(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void;
abx(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior, d: MarkerCollisionMode, e: IFastItemColumn$1<number>): void;
zf(a: number, b: number): any[];
protected zg(a: number, b: number): any[];
protected zz: ScatterSeriesRenderManager;
abv(a: ScatterBaseView, b: ScatterFrame): void;
protected ab1(a: number, b: number, c: boolean): void;
protected ab0(a: number, b: number, c: boolean): void;
protected acb(a: AssigningScatterStyleEventArgs): void;
protected aca(a: AssigningScatterMarkerStyleEventArgs): void;
ab3(a: ScatterFrame, b: ScatterBaseView): void;
ab6(a: OwnedPoint, b: ErrorBarsHelper, c: IErrorBarCalculator, d: number, e: number, f: boolean): {
p3?: number;
p4?: number;
};
ab4(a: OwnedPoint, b: ErrorBarsHelper, c: IErrorBarCalculator, d: number, e: number, f: boolean): {
p3?: number;
p4?: number;
};
ab2(a: OwnedPoint, b: ErrorBarsHelper, c: IErrorBarCalculator, d: any, e: number, f: number, g: boolean): {
p4?: number;
p5?: number;
};
ab7(a: ErrorBarsHelper, b: IErrorBarCalculator, c: number, d: number, e: number, f: boolean): {
p2?: number;
p3?: number;
p4?: number;
};
acd(a: ScatterFrame, b: ScatterBaseView): void;
private ace;
private acf;
hm(a: Rect, b: Rect, c: SeriesView): boolean;
getViewInfo(a: Rect, b: Rect): {
p0: Rect;
p1: Rect;
};
sb(a: boolean): void;
protected s1(): void;
zt: ScatterFrame;
sc(a: Rect, b: RenderSurface): void;
sd(): void;
private zp;
r9(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
acc(a: IDictionary$2<any, OwnedPoint>, b: HashPool$2<any, Marker>): void;
ze(a: ScatterBaseView, b: HashPool$2<any, Marker>, c: Point[], d: Rect, e: Rect): Point[];
aan(a: HashPool$2<any, Marker>, b: List$1<number>): List$1<number>;
protected qf(a: any): void;
i7(): number;
getDataLegendSeriesContextAt(a: number, b: number): any;
private z9;
private aao;
private aap;
aaq: number;
aar: number;
private aci;
ji(a: ValueLayerValueMode, b: Axis): number;
aq(a: ValueLayerValueMode): number[];
w2(a: number[]): Point;
w1(a: ValueLayerValueMode): Point;
bd(): ITrendLineManager;
qt(): void;
static $$p: string[];
}
/**
* @hidden
*/
export declare class ScatterSeriesRenderManager extends SeriesRenderManager {
static $t: Type;
protected c(): AssigningSeriesStyleEventArgsBase;
protected a(): AssigningSeriesShapeStyleEventArgsBase;
aw: AssigningScatterMarkerStyleEventArgs;
ax: AssigningScatterStyleEventArgs;
ay(a: ScatterBase, b: boolean, c: (orderedStartIndex: number, orderedEndIndex: number) => any[]): void;
az(a: Series, b: boolean, c: (orderedStartIndex: number, orderedEndIndex: number) => any[]): void;
a0(a: AssigningSeriesStyleEventArgsBase, b: number, c: number, d: boolean): void;
}
/**
* @hidden
*/
export declare class ScatterBaseView extends MarkerSeriesView {
static $t: Type;
dd: MarkerManagerBase;
protected db: Point[];
protected de: ScatterBase;
protected dj: List$1<number>;
constructor(a: ScatterBase);
private dv;
private dw;
df: ScatterTrendLineManager;
a4(): void;
private du;
dx(a: Marker): Size;
protected dc(): MarkerManagerBase;
protected ds(a: IDictionary$2<any, OwnedPoint>): void;
di(): List$1<Marker>;
da(): Point[];
protected c9(): Point[];
protected dh(): List$1<number>;
dk(): void;
dq(a: PathGeometry): void;
dl(): void;
dr(a: PathGeometry): void;
dt(): void;
dg: HashPool$2<any, Marker>;
cw(a: (arg1: Marker) => void): void;
dn(a: (arg1: Marker) => void): void;
dp(): void;
protected bi(a: RenderingContext, b: boolean): void;
dm(a: boolean): void;
getDefaultTooltipTemplate(): string;
}