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 bj(): Series; protected get_ei(): boolean; protected cs(): SeriesView; q0(a: SeriesView): void; acp: BubbleSeriesView; protected jk(): number; w0(): MarkerFillMode; constructor(); private aeg; private aef; isAttachedTo(a: IChartLegend): boolean; protected eh(): boolean; protected p1(a: (arg1: any) => void): void; get acx(): IFastItemColumn$1<number>; protected get_isColoredItemwise(): boolean; ac3: List$1<UIElement>; private aee; get legendReady(): boolean; get minScaleText(): string; get maxScaleText(): string; forScaleColors(a: (arg1: Brush, arg2: number) => void): boolean; ads: string; kp(a: any, b: string): any; mc(a: string): string; get acz(): IFastItemColumn$1<number>; set acz(a: IFastItemColumn$1<number>); private acu; acr: SizeScale; adi: string; private act; get acy(): IFastItemColumn$1<any>; set acy(a: IFastItemColumn$1<any>); add: string; aco: BrushScale; private acs; get acv(): IFastItemColumn$1<number>; set acv(a: IFastItemColumn$1<number>); ac0: boolean; ac1: boolean; ac7: number; ac6: number; ac2: boolean; aa3(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void; abe(a: ScatterFrame, b: ScatterBaseView): void; private adx; static ac4(a: number, b: number, c: number, d: number, e: number): number; static ac5(a: number, b: number, c: number, d: number, logBase_: number, e: number): number; hd(a: Rect, b: Rect, c: SeriesView): boolean; protected zq(a: string, b: FastItemsSourceEventAction): boolean; private adw; protected pa(a: FastItemsSourceEventAction, b: number, c: number, d: string): void; qc(): void; qj(): void; protected q8(a: any, b: string, c: any, d: any): void; updateSizeScaleGlobals(): void; updateFillScaleGlobals(): void; acn(a: SizeScale): ActualRange; acm(): ActualRange; acq: SizeScale; adz(a: List$1<Marker>, b: List$1<number>, c: Rect, d: boolean): void; ady(a: List$1<Marker>): void; ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[]; p3(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void; private acw; ado: string; ac9: string; adq: string; adb: 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 dk: BubbleSeries; constructor(a: BubbleSeries); au(): void; protected cz(): MarkerManagerBase; dm(): void; dn(): void; dl(): void; getDefaultTooltipTemplate(): string; }