igniteui-react-core
Version:
Ignite UI React Core.
55 lines (54 loc) • 1.87 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 ht;
get radiusMemberPath(): string;
set radiusMemberPath(a: string);
private hb;
get radiusScale(): SizeScaleDescription;
set radiusScale(a: SizeScaleDescription);
private hq;
get labelMemberPath(): string;
set labelMemberPath(a: string);
private hp;
get fillMemberPath(): string;
set fillMemberPath(a: string);
private g9;
get fillScale(): BrushScaleDescription;
set fillScale(a: BrushScaleDescription);
private hd;
get fillScaleUseGlobalValues(): boolean;
set fillScaleUseGlobalValues(a: boolean);
private he;
get markerOutlineUsesFillScale(): boolean;
set markerOutlineUsesFillScale(a: boolean);
private hk;
get markerOutlineBrightness(): number;
set markerOutlineBrightness(a: number);
private hj;
get markerBrushBrightness(): number;
set markerBrushBrightness(a: number);
private hf;
get radiusScaleUseGlobalValues(): boolean;
set radiusScaleUseGlobalValues(a: boolean);
private hr;
get radiusMemberAsLegendLabel(): string;
set radiusMemberAsLegendLabel(a: string);
private hn;
get fillMemberAsLegendLabel(): string;
set fillMemberAsLegendLabel(a: string);
private hs;
get radiusMemberAsLegendUnit(): string;
set radiusMemberAsLegendUnit(a: string);
private ho;
get fillMemberAsLegendUnit(): string;
set fillMemberAsLegendUnit(a: string);
}