UNPKG

igniteui-react-charts

Version:

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

187 lines (186 loc) 6.62 kB
import { Base, Type, Point } from "igniteui-react-core"; import { IBucketizer } from "./IBucketizer"; import { IFastItemColumn$1 } from "igniteui-react-core"; import { Rect } from "igniteui-react-core"; import { CategoryAngleAxis } from "./CategoryAngleAxis"; import { NumericRadiusAxis } from "./NumericRadiusAxis"; import { SeriesView } from "./SeriesView"; import { Axis } from "./Axis"; import { MarkerSeries } from "./MarkerSeries"; import { IHasCategoryModePreference } from "./IHasCategoryModePreference"; import { CategoryAxisBase } from "./CategoryAxisBase"; import { RadialLabelMode } from "igniteui-react-core"; import { CategoryCollisionMode } from "./CategoryCollisionMode"; import { CategoryTransitionInMode } from "./CategoryTransitionInMode"; import { HighlightingInfo } from "igniteui-react-core"; import { CategoryTransitionSourceFramePreparer } from "./CategoryTransitionSourceFramePreparer"; import { RadialFrame } from "./RadialFrame"; import { RadialSeriesRenderManager } from "./RadialSeriesRenderManager"; import { CategoryMode } from "./CategoryMode"; import { SeriesHitTestMode } from "./SeriesHitTestMode"; import { RadialAxes } from "./RadialAxes"; import { List$1 } from "igniteui-react-core"; import { SeriesPointOfInterest } from "./SeriesPointOfInterest"; import { Marker } from "./Marker"; import { MarkerSeriesView } from "./MarkerSeriesView"; import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay"; import { AssigningRadialStyleEventArgs } from "./AssigningRadialStyleEventArgs"; import { AssigningRadialMarkerStyleEventArgs } from "./AssigningRadialMarkerStyleEventArgs"; import { ChartSelection } from "./ChartSelection"; import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior"; import { Pool$1 } from "igniteui-react-core"; /** * @hidden */ export declare abstract class RadialBucketCalculator extends Base implements IBucketizer { static $t: Type; protected a: RadialBaseView; constructor(a: RadialBaseView); c: number; d: number; b: number; getBucket(a: number): number[]; getBucketWithoutUnknowns(a: number): number[]; getErrorBucket(a: number, b: IFastItemColumn$1<number>): number; getBucketInfo(a: number, b: number, c: number, d: number): { p0: number; p1: number; p2: number; p3: number; }; e(a: number): void; cacheValues(): void; unCacheValues(): void; } /** * @hidden */ export declare abstract class RadialBase extends MarkerSeries implements IHasCategoryModePreference { static $t: Type; rh(a: SeriesView): void; zs: RadialBaseView; constructor(); private abs; get categoryAxis(): CategoryAxisBase; a0(): CategoryAxisBase; protected b3(): SeriesHitTestMode; protected aai(a: Point, b: Point, c: boolean): boolean; aj(a: Point): Point[][]; al(a: Point): Point[][]; g2(a: Point, b: boolean): boolean; y8(a: number, b: number): any[]; w1(a: Point): Point; aao: number; aap: number; aax: string; zy: RadialLabelMode; zl: CategoryCollisionMode; zx: RadialLabelMode; aaz: string; y7: any[]; abm: string; zc: any[]; abc: string; y9: any[]; abj: string; zb: any[]; abg: string; za: any[]; protected zz: RadialSeriesRenderManager; p6(a: any): void; eg(a: any): boolean; p4(a: any): void; ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean; protected k1(a: number, b: boolean): any; protected abp(a: any, b: any, c: number, d: number, e: number, f: boolean, g: boolean, h: boolean): string; private aa6; private aa7; private aal; private aa8; private aam; protected aat(a: number, b: any): any; private aav; protected get_fw(): boolean; aab: boolean; aaa: boolean; zo: CategoryTransitionInMode; aac: boolean; protected z6: boolean; protected z5: boolean; protected get_fh(): boolean; private z3; private z4; protected z0(a: any, b: Point, c: HighlightingInfo): HighlightingInfo; protected aah(): boolean; protected hz(): List$1<SeriesLayerPropertyOverlay>; k4(): any; protected z1(a: any, b: Point, c: HighlightingInfo): HighlightingInfo; protected z2(a: any, b: Point, c: HighlightingInfo): HighlightingInfo; dh(a: any, b: Point, c: boolean): HighlightingInfo; di(a: any, b: Point, c: boolean): HighlightingInfo; assigningRadialStyle: (sender: any, args: AssigningRadialStyleEventArgs) => void; assigningRadialMarkerStyle: (sender: any, args: AssigningRadialMarkerStyleEventArgs) => void; protected aag(): boolean; protected aaf(): boolean; protected abv(a: AssigningRadialStyleEventArgs): void; protected abu(a: AssigningRadialMarkerStyleEventArgs): void; aaq(a: SeriesView): number; aar(a: SeriesView): number; zk: CategoryAngleAxis; zq: NumericRadiusAxis; ai(): Axis[]; z9: boolean; protected s9(a: Rect, b: Rect): void; protected s8(a: Rect, b: Rect): void; abstract preferredCategoryMode(a: CategoryAxisBase): CategoryMode; private zd; private zh; private ze; private zg; private zf; protected rq(a: any, b: string, c: any, d: any): void; protected aae(): boolean; protected aad(): boolean; z8(a: any): boolean; z7(a: any): boolean; kw(a: Point): any; aaj(a: Point): number; iy(a: Point): number; aak(a: number, b: Rect, c: Rect, d: Rect): number; kc(a: Point): number; gj(a: any): boolean; zv: RadialFrame; zw: RadialFrame; zt: RadialFrame; zu(): RadialFrame; abstract getOffsetValue(): number; abstract getCategoryWidth(): number; abstract abt(a: RadialFrame, b: RadialBaseView): void; abstract abw(a: RadialFrame, b: RadialBaseView): void; zr: RadialAxes; qp(): void; hk(a: Rect, b: Rect, c: SeriesView): boolean; zp: CategoryTransitionSourceFramePreparer; protected zn(): CategoryTransitionInMode; protected aan(): number; protected gt(): boolean; protected gu(): boolean; r9(a: boolean): void; aas(): number; ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[]; qi(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void; static $$p: string[]; } /** * @hidden */ export declare class RadialBaseView extends MarkerSeriesView { static $t: Type; da: RadialBucketCalculator; c9: RadialBase; constructor(a: RadialBase); db: Pool$1<Marker>; cw(a: (arg1: Marker) => void): void; dc: number; dd: Point; }