UNPKG

igniteui-react-charts

Version:

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

148 lines (147 loc) 5.73 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 { ITrendLineManager } from "./ITrendLineManager"; 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 { 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; pf(): void; mp(): string; kz(a: any, b: string): any; mo(a: string): string; jk(a: any): number; protected k2(a: number): any; rh(a: SeriesView): void; acm: AnchoredRadialSeriesView; constructor(); acn: CategoryLineRasterizer; kj(a: Point, b: boolean): number; kh(a: Point, b: boolean): number; iw(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number; protected acx: boolean; jd(a: Point, b: boolean, c: boolean): number; ww(a: Point, b: boolean, c: boolean): Point; ac1: boolean; adh: string; ac9: string; protected gh(): boolean; protected hz(): List$1<SeriesLayerPropertyOverlay>; private adn; get acs(): IFastItemColumn$1<number>; set acs(a: IFastItemColumn$1<number>); private acr; add: string; adf: string; getDataLegendSeriesContextAt(a: number, b: number): any; acq: TrendLineType; ad5: Brush; get ad4(): Brush; set ad4(a: Brush); static readonly adr: DependencyProperty; ac6: number; ad7: PenLineCap; ad6: DoubleCollection; ac7: number; ac8: number; ay(a: Axis): AxisRange; protected aat(a: number, b: any): any; protected dl(a: string): IFastItemColumn$1<number>; protected adl(a: IFastItemsSource, b: IFastItemColumn$1<number>): void; protected rq(a: any, b: string, c: any, d: any): void; protected po(a: FastItemsSourceEventAction, b: number, c: number, d: string): void; hk(a: Rect, b: Rect, c: SeriesView): boolean; getOffsetValue(): number; getCategoryWidth(): number; protected get_acy(): boolean; protected get acy(): boolean; protected get_em(): boolean; protected get_gb(): boolean; protected ac3(a: CategoryAngleAxis, b: Rect, c: Rect, d: Rect): number; protected ac2(a: number, b: CategoryAngleAxis, c: Rect, d: Rect, e: Rect): number; adm(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior, d: CategoryCollisionMode): void; protected get_ac0(): boolean; protected get ac0(): boolean; protected get_acu(): boolean; protected get acu(): boolean; abt(a: RadialFrame, b: RadialBaseView): void; private ac4; private ac5; private acz; acl(a: List$1<number[]>, b: number, c: SeriesView): Clipper; protected ad8: Point; adq(a: PointCollection, b: PointCollection, c: PointCollection, d: PointCollection, e: boolean): void; private acw; private acv; pi(a: boolean, b: SeriesView): void; abw(a: RadialFrame, b: RadialBaseView): void; protected ack(a: number, b: number, c: Axis): any[]; protected ado(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void; protected adp(a: List$1<number[]>, b: number, c: number, d: CategoryAxisBase, e: ScalerParams, f: boolean): void; adk(a: RadialBaseView, b: RadialFrame): void; private adj; protected sz(): void; k6(a: any, b: Point): any; gj(a: any): boolean; acp: RadialFrame; sa(a: Rect, b: RenderSurface): void; sb(): void; private aco; r7(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void; protected qd(a: any): void; private act; bd(): ITrendLineManager; static $$p: string[]; } /** * @hidden */ export declare class AnchoredRadialSeriesView extends RadialBaseView { static $t: Type; de: AnchoredRadialSeries; constructor(a: AnchoredRadialSeries); df: RadialTrendLineManager; dg(a: Rect, b: Rect, c: Rect, d: Rect): void; dh(): void; protected bi(a: RenderingContext, b: boolean): void; getDefaultTooltipTemplate(): string; }