UNPKG

igniteui-angular-charts

Version:

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

128 lines (127 loc) 4.63 kB
import { ScatterBase } from "./ScatterBase"; import { IScaleLegendSeries } from "igniteui-angular-core"; import { ISupportsSizeScale } from "./ISupportsSizeScale"; import { ISupportsFillScale } from "./ISupportsFillScale"; import { Rect } from "igniteui-angular-core"; import { IFastItemColumn$1 } from "igniteui-angular-core"; import { Type } from "igniteui-angular-core"; import { List$1 } from "igniteui-angular-core"; import { UIElement } from "igniteui-angular-core"; import { ActualRange } from "./ActualRange"; import { Series } from "./Series"; import { SizeScale } from "./SizeScale"; import { BrushScale } from "./BrushScale"; import { SeriesView } from "./SeriesView"; import { MarkerFillMode } from "./MarkerFillMode"; import { ScatterFrame } from "./ScatterFrame"; import { IChartLegend } from "igniteui-angular-core"; import { Brush } from "igniteui-angular-core"; import { ScatterBaseView } from "./ScatterBaseView"; import { FastItemsSourceEventAction } from "igniteui-angular-core"; import { Marker } from "./Marker"; import { ChartSelection } from "./ChartSelection"; import { SeriesSelectionBehavior } from "./SeriesSelectionBehavior"; import { BrushSelectionMode } from "./BrushSelectionMode"; import { MarkerManagerBase } from "./MarkerManagerBase"; /** * @hidden */ export declare class BubbleSeries extends ScatterBase implements IScaleLegendSeries, ISupportsSizeScale, ISupportsFillScale { static $t: Type; protected bk(): Series; protected get_ek(): boolean; protected ct(): SeriesView; rg(a: SeriesView): void; ada: BubbleSeriesView; protected jt(): number; xl(): MarkerFillMode; constructor(); private ae1; private ae0; isAttachedTo(a: IChartLegend): boolean; protected ej(): boolean; protected qf(a: (arg1: any) => void): void; get adi(): IFastItemColumn$1<number>; protected get_isColoredItemwise(): boolean; ado: List$1<UIElement>; private aez; get legendReady(): boolean; get minScaleText(): string; get maxScaleText(): string; forScaleColors(a: (arg1: Brush, arg2: number) => void): boolean; aed: string; kz(a: any, b: string): any; mo(a: string): string; get adk(): IFastItemColumn$1<number>; set adk(a: IFastItemColumn$1<number>); private adf; adc: SizeScale; ad3: string; private ade; get adj(): IFastItemColumn$1<any>; set adj(a: IFastItemColumn$1<any>); ady: string; ac9: BrushScale; private add; get adg(): IFastItemColumn$1<number>; set adg(a: IFastItemColumn$1<number>); adl: boolean; adm: boolean; ads: number; adr: number; adn: boolean; abo(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void; abz(a: ScatterFrame, b: ScatterBaseView): void; private aei; static adp(a: number, b: number, c: number, d: number, e: number): number; static adq(a: number, b: number, c: number, d: number, logBase_: number, e: number): number; hk(a: Rect, b: Rect, c: SeriesView): boolean; protected aab(a: string, b: FastItemsSourceEventAction): boolean; private aeh; protected pn(a: FastItemsSourceEventAction, b: number, c: number, d: string): void; qr(): void; qy(): void; protected rp(a: any, b: string, c: any, d: any): void; updateSizeScaleGlobals(): void; updateFillScaleGlobals(): void; ac8(a: SizeScale): ActualRange; ac7(): ActualRange; adb: SizeScale; aek(a: List$1<Marker>, b: List$1<number>, c: Rect, d: boolean): void; aej(a: List$1<Marker>): void; ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[]; qh(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void; private adh; ad9: string; adu: string; aeb: string; adw: string; getDataLegendSeriesContextAt(a: number, b: number): any; get actualMarkerBrush(): Brush; static $$p: string[]; } /** * @hidden */ export declare class CustomPaletteBrushScale extends BrushScale { static $t: Type; constructor(); brushSelectionMode: BrushSelectionMode; getBrush1(a: number, b: number): Brush; protected get_isReady(): boolean; static $$p: string[]; } /** * @hidden */ export declare class BubbleSeriesView extends ScatterBaseView { static $t: Type; protected dy: BubbleSeries; constructor(a: BubbleSeries); a4(): void; protected dc(): MarkerManagerBase; d0(): void; d1(): void; dz(): void; getDefaultTooltipTemplate(): string; }