UNPKG

igniteui-react-charts

Version:

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

148 lines (147 loc) 5.88 kB
import { RadialBucketCalculator } from "./RadialBucketCalculator"; import { IFastItemColumn$1 } from "igniteui-react-core"; import { Type, Point } from "igniteui-react-core"; import { RadialBase } from "./RadialBase"; import { CategoryLineRasterizer } from "./CategoryLineRasterizer"; import { DependencyProperty } from "igniteui-react-core"; 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 { Axis } from "./Axis"; import { RadialFrame } from "./RadialFrame"; import { SeriesView } from "./SeriesView"; import { ScalerParams } from "./ScalerParams"; import { Rect } from "igniteui-react-core"; import { List$1 } from "igniteui-react-core"; import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay"; import { AxisRange } from "./AxisRange"; import { IFastItemsSource } from "igniteui-react-core"; import { RadialBaseView } from "./RadialBaseView"; import { FastItemsSourceEventAction } from "igniteui-react-core"; import { CategoryAxisBase } from "./CategoryAxisBase"; import { CategoryAngleAxis } from "./CategoryAngleAxis"; import { ChartSelection } from "./ChartSelection"; import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior"; import { CategoryCollisionMode } from "./CategoryCollisionMode"; import { Clipper } from "igniteui-react-core"; import { RadialTrendLineManager } from "./RadialTrendLineManager"; import { ITrendLineManager } from "./ITrendLineManager"; import { PointCollection } from "igniteui-react-core"; import { RenderSurface } from "./RenderSurface"; import { RenderingContext } from "igniteui-react-core"; /** * @hidden */ export declare class AnchoredRadialBucketCalculator extends RadialBucketCalculator { static $t: Type; private f; constructor(a: AnchoredRadialSeriesView); getBucket(a: number): number[]; } /** * @hidden */ export declare abstract class AnchoredRadialSeries extends RadialBase { static $t: Type; protected ct(): SeriesView; o2(): void; me(): string; kq(a: any, b: string): any; md(a: string): string; jc(a: any): number; protected kt(a: number): any; q1(a: SeriesView): void; ab4: AnchoredRadialSeriesView; constructor(); ab5: CategoryLineRasterizer; ka(a: Point, b: boolean): number; j8(a: Point, b: boolean): number; ip(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number; protected acf: boolean; i5(a: Point, b: boolean, c: boolean): number; we(a: Point, b: boolean, c: boolean): Point; acj: boolean; acz: string; acr: string; protected gb(): boolean; protected ht(): List$1<SeriesLayerPropertyOverlay>; private ac5; get aca(): IFastItemColumn$1<number>; set aca(a: IFastItemColumn$1<number>); private ab9; acv: string; acx: string; getDataLegendSeriesContextAt(a: number, b: number): any; ab8: TrendLineType; adn: Brush; get adm(): Brush; set adm(a: Brush); static readonly ac9: DependencyProperty; aco: number; adp: PenLineCap; ado: DoubleCollection; acp: number; acq: number; ay(a: Axis): AxisRange; protected aab(a: number, b: any): any; protected dl(a: string): IFastItemColumn$1<number>; protected ac3(a: IFastItemsSource, b: IFastItemColumn$1<number>): void; protected ra(a: any, b: string, c: any, d: any): void; protected pb(a: FastItemsSourceEventAction, b: number, c: number, d: string): void; he(a: Rect, b: Rect, c: SeriesView): boolean; getOffsetValue(): number; getCategoryWidth(): number; protected get_acg(): boolean; protected get acg(): boolean; protected get_el(): boolean; protected get_f5(): boolean; protected acl(a: CategoryAngleAxis, b: Rect, c: Rect, d: Rect): number; protected ack(a: number, b: CategoryAngleAxis, c: Rect, d: Rect, e: Rect): number; ac4(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior, d: CategoryCollisionMode): void; protected get_aci(): boolean; protected get aci(): boolean; protected get_acc(): boolean; protected get acc(): boolean; abb(a: RadialFrame, b: RadialBaseView): void; private acm; private acn; private ach; ab3(a: List$1<number[]>, b: number, c: SeriesView): Clipper; protected adq: Point; ac8(a: PointCollection, b: PointCollection, c: PointCollection, d: PointCollection, e: boolean): void; private ace; private acd; o5(a: boolean, b: SeriesView): void; abe(a: RadialFrame, b: RadialBaseView): void; protected ab2(a: number, b: number, c: Axis): any[]; protected ac6(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void; protected ac7(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void; ac2(a: RadialBaseView, b: RadialFrame): void; private ac1; protected sj(): void; kx(a: any, b: Point): any; gd(a: any): boolean; ab7: RadialFrame; ru(a: Rect, b: RenderSurface): void; rv(): void; private ab6; rr(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void; protected pz(a: any): void; private acb; bd(): ITrendLineManager; static $$p: string[]; } /** * @hidden */ export declare class AnchoredRadialSeriesView extends RadialBaseView { static $t: Type; c5: AnchoredRadialSeries; constructor(a: AnchoredRadialSeries); c6: RadialTrendLineManager; c7(a: Rect, b: Rect, c: Rect, d: Rect): void; c8(): void; protected bb(a: RenderingContext, b: boolean): void; getDefaultTooltipTemplate(): string; }