UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

110 lines (109 loc) 4.55 kB
import { CategoryBucketCalculator } from "./CategoryBucketCalculator"; import { Type } from "igniteui-angular-core"; import { IFastItemColumn$1 } from "igniteui-angular-core"; import { CategorySeries } from "./CategorySeries"; import { IIsCategoryBased } from "./IIsCategoryBased"; import { IHasHighLowValueCategory } from "./IHasHighLowValueCategory"; import { RangeCategoryFramePreparer } from "./RangeCategoryFramePreparer"; import { CategoryMode } from "./CategoryMode"; import { ICategoryScaler } from "./ICategoryScaler"; import { IScaler } from "./IScaler"; import { IBucketizer } from "./IBucketizer"; import { CategorySeriesView } from "./CategorySeriesView"; import { CategoryFrame } from "./CategoryFrame"; import { SeriesView } from "./SeriesView"; import { List$1 } from "igniteui-angular-core"; import { SeriesLayerPropertyOverlay } from "./SeriesLayerPropertyOverlay"; import { CategoryTransitionInMode } from "./CategoryTransitionInMode"; import { Polyline } from "igniteui-angular-core"; import { Polygon } from "igniteui-angular-core"; import { AxisRange } from "./AxisRange"; import { Rect } from "igniteui-angular-core"; import { Axis } from "./Axis"; import { FastItemsSourceEventAction } from "igniteui-angular-core"; import { IDetectsCollisions } from "./IDetectsCollisions"; import { RenderSurface } from "./RenderSurface"; import { ValueCollisionMode } from "./ValueCollisionMode"; import { ChartSelection } from "./ChartSelection"; import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior"; /** * @hidden */ export declare class RangeCategoryBucketCalculator extends CategoryBucketCalculator { static $t: Type; j: RangeCategorySeriesView; constructor(a: RangeCategorySeriesView); getBucketWithoutUnknowns(a: number): number[]; getBucket(a: number): number[]; private l; private k; private i; private h; cacheValues(): void; unCacheValues(): void; } /** * @hidden */ export declare abstract class RangeCategorySeries extends CategorySeries implements IIsCategoryBased, IHasHighLowValueCategory { static $t: Type; protected cs(): SeriesView; getHostReferenceValue(): number; q1(a: SeriesView): void; aau: RangeCategorySeriesView; constructor(); private _RangeFramePreparer; get RangeFramePreparer(): RangeCategoryFramePreparer; set RangeFramePreparer(a: RangeCategoryFramePreparer); aa7: string; protected gb(): boolean; protected ht(): List$1<SeriesLayerPropertyOverlay>; private aba; private aa9; kq(a: any, b: string): any; md(a: string): string; get lowColumn(): IFastItemColumn$1<number>; set lowColumn(a: IFastItemColumn$1<number>); private aaw; aa4: string; get highColumn(): IFastItemColumn$1<number>; set highColumn(a: IFastItemColumn$1<number>); private aav; aa2: string; aa0: string; protected y4(): CategoryTransitionInMode; aak(a: CategoryFrame, b: CategorySeriesView): void; protected abb(a: Polyline, b: Polygon, c: Polyline, d: number, e: List$1<number[]>, f: boolean): void; az(a: Rect): AxisRange; gd(a: any): boolean; protected q9(a: any, b: string, c: any, d: any): void; ay(a: Axis): AxisRange; protected pb(a: FastItemsSourceEventAction, b: number, c: number, d: string): void; he(a: Rect, b: Rect, c: SeriesView): boolean; aah(a: CategoryFrame, b: CategorySeriesView): void; get currentCategoryMode(): CategoryMode; get scaler(): ICategoryScaler; get yScaler(): IScaler; get bucketizer(): IBucketizer; get currentMode2Index(): number; provideCollisionDetector(): IDetectsCollisions; get mayContainUnknowns(): boolean; rt(a: Rect, b: RenderSurface): void; private aas; rq(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void; iy(): number; aad(a: ValueCollisionMode, b: List$1<ChartSelection>, c: number, d: number, e: number, f: number, g: SeriesSelectionBehavior): void; z7(a: List$1<ChartSelection>, b: number, c: SeriesSelectionBehavior): void; get useHighMarkerFidelity(): boolean; static $$p: string[]; } /** * @hidden */ export declare class RangeCategorySeriesView extends CategorySeriesView { static $t: Type; c5: RangeCategorySeries; constructor(a: RangeCategorySeries); c6(a: Polyline, b: Polygon, c: Polyline, d: number, e: List$1<number[]>, f: boolean): void; cx(): CategoryBucketCalculator; }