igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
128 lines (127 loc) • 4.48 kB
TypeScript
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;
ri(a: SeriesView): void;
adc: BubbleSeriesView;
protected ju(): number;
xn(): MarkerFillMode;
constructor();
private ae3;
private ae2;
isAttachedTo(a: IChartLegend): boolean;
protected ej(): boolean;
protected qh(a: (arg1: any) => void): void;
get adk(): IFastItemColumn$1<number>;
protected get_isColoredItemwise(): boolean;
adq: List$1<UIElement>;
private ae1;
get legendReady(): boolean;
get minScaleText(): string;
get maxScaleText(): string;
forScaleColors(a: (arg1: Brush, arg2: number) => void): boolean;
aef: string;
k0(a: any, b: string): any;
mp(a: string): string;
get adm(): IFastItemColumn$1<number>;
set adm(a: IFastItemColumn$1<number>);
private adh;
ade: SizeScale;
ad5: string;
private adg;
get adl(): IFastItemColumn$1<any>;
set adl(a: IFastItemColumn$1<any>);
ad0: string;
adb: BrushScale;
private adf;
get adi(): IFastItemColumn$1<number>;
set adi(a: IFastItemColumn$1<number>);
adn: boolean;
ado: boolean;
adu: number;
adt: number;
adp: boolean;
abq(a: ScatterBaseView, b: ScatterFrame, c: number, d: Rect, e: Rect): void;
ab1(a: ScatterFrame, b: ScatterBaseView): void;
private aek;
static adr(a: number, b: number, c: number, d: number, e: number): number;
static ads(a: number, b: number, c: number, d: number, logBase_: number, e: number): number;
hl(a: Rect, b: Rect, c: SeriesView): boolean;
protected aad(a: string, b: FastItemsSourceEventAction): boolean;
private aej;
protected pp(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
qt(): void;
q0(): void;
protected rr(a: any, b: string, c: any, d: any): void;
updateSizeScaleGlobals(): void;
updateFillScaleGlobals(): void;
ada(a: SizeScale): ActualRange;
ac9(): ActualRange;
add: SizeScale;
aem(a: List$1<Marker>, b: List$1<number>, c: Rect, d: boolean): void;
ael(a: List$1<Marker>): void;
ak(a: Rect, b: SeriesSelectionBehavior): ChartSelection[];
qj(a: Rect, b: List$1<ChartSelection>, c: SeriesSelectionBehavior): void;
private adj;
aeb: string;
adw: string;
aed: string;
ady: 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;
}