igniteui-react-core
Version:
Ignite UI React Core.
55 lines (54 loc) • 1.82 kB
TypeScript
import { ScatterBaseDescription } from "./ScatterBaseDescription";
import { SizeScaleDescription } from "./SizeScaleDescription";
import { BrushScaleDescription } from "./BrushScaleDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class BubbleSeriesDescription extends ScatterBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
private h0;
get radiusMemberPath(): string;
set radiusMemberPath(a: string);
private hi;
get radiusScale(): SizeScaleDescription;
set radiusScale(a: SizeScaleDescription);
private hx;
get labelMemberPath(): string;
set labelMemberPath(a: string);
private hw;
get fillMemberPath(): string;
set fillMemberPath(a: string);
private hg;
get fillScale(): BrushScaleDescription;
set fillScale(a: BrushScaleDescription);
private hk;
get fillScaleUseGlobalValues(): boolean;
set fillScaleUseGlobalValues(a: boolean);
private hl;
get markerOutlineUsesFillScale(): boolean;
set markerOutlineUsesFillScale(a: boolean);
private hr;
get markerOutlineBrightness(): number;
set markerOutlineBrightness(a: number);
private hq;
get markerBrushBrightness(): number;
set markerBrushBrightness(a: number);
private hm;
get radiusScaleUseGlobalValues(): boolean;
set radiusScaleUseGlobalValues(a: boolean);
private hy;
get radiusMemberAsLegendLabel(): string;
set radiusMemberAsLegendLabel(a: string);
private hu;
get fillMemberAsLegendLabel(): string;
set fillMemberAsLegendLabel(a: string);
private hz;
get radiusMemberAsLegendUnit(): string;
set radiusMemberAsLegendUnit(a: string);
private hv;
get fillMemberAsLegendUnit(): string;
set fillMemberAsLegendUnit(a: string);
}