UNPKG

igniteui-react-charts

Version:

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

128 lines (127 loc) 4.48 kB
import { ScatterBase } from "./ScatterBase"; import { IScaleLegendSeries } from "igniteui-react-core"; import { ISupportsSizeScale } from "./ISupportsSizeScale"; import { ISupportsFillScale } from "./ISupportsFillScale"; import { Rect } from "igniteui-react-core"; import { IFastItemColumn$1 } from "igniteui-react-core"; import { Type } from "igniteui-react-core"; import { List$1 } from "igniteui-react-core"; import { UIElement } from "igniteui-react-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-react-core"; import { Brush } from "igniteui-react-core"; import { ScatterBaseView } from "./ScatterBaseView"; import { FastItemsSourceEventAction } from "igniteui-react-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; rh(a: SeriesView): void; adb: BubbleSeriesView; protected jt(): number; xm(): MarkerFillMode; constructor(); private ae2; private ae1; isAttachedTo(a: IChartLegend): boolean; protected ej(): boolean; protected qg(a: (arg1: any) => void): void; get adj(): IFastItemColumn$1<number>; protected get_isColoredItemwise(): boolean; adp: List$1<UIElement>; private ae0; get legendReady(): boolean; get minScaleText(): string; get maxScaleText(): string; forScaleColors(a: (arg1: Brush, arg2: number) => void): boolean; aee: string; kz(a: any, b: string): any; mo(a: string): string; get adl(): IFastItemColumn$1<number>; set adl(a: IFastItemColumn$1<number>); private adg; add: SizeScale; ad4: string; private adf; get adk(): IFastItemColumn$1<any>; set adk(a: IFastItemColumn$1<any>); adz: string; ada: BrushScale; private ade; get adh(): IFastItemColumn$1<number>; set adh(a: IFastItemColumn$1<number>); adm: boolean; adn: boolean; adt: number; ads: number; ado: boolean; abp(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void; ab0(a: ScatterFrame, b: ScatterBaseView): void; private aej; static adq(a: number, b: number, c: number, d: number, e: number): number; static adr(a: number, b: number, c: number, d: number, logBase_: number, e: number): number; hk(a: Rect, b: Rect, c: SeriesView): boolean; protected aac(a: string, b: FastItemsSourceEventAction): boolean; private aei; protected po(a: FastItemsSourceEventAction, b: number, c: number, d: string): void; qs(): void; qz(): void; protected rq(a: any, b: string, c: any, d: any): void; updateSizeScaleGlobals(): void; updateFillScaleGlobals(): void; ac9(a: SizeScale): ActualRange; ac8(): ActualRange; adc: SizeScale; ael(a: List$1<Marker>, b: List$1<number>, c: Rect, d: boolean): void; aek(a: List$1<Marker>): void; ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[]; qi(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void; private adi; aea: string; adv: string; aec: string; adx: 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; }