igniteui-react-core
Version:
Ignite UI React Core.
63 lines (62 loc) • 2.04 kB
TypeScript
import { SeriesDescription } from "./SeriesDescription";
import { BrushScaleDescription } from "./BrushScaleDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class ShapeSeriesBaseDescription extends SeriesDescription {
static $t: Type;
protected get_type(): string;
constructor();
private e7;
get isCustomShapeStyleAllowed(): boolean;
set isCustomShapeStyleAllowed(a: boolean);
private e6;
get isCustomShapeMarkerStyleAllowed(): boolean;
set isCustomShapeMarkerStyleAllowed(a: boolean);
private fk;
get fillMemberPath(): string;
set fillMemberPath(a: string);
private e3;
get fillScale(): BrushScaleDescription;
set fillScale(a: BrushScaleDescription);
private e5;
get fillScaleUseGlobalValues(): boolean;
set fillScaleUseGlobalValues(a: boolean);
private fh;
get actualItemSearchMode(): string;
set actualItemSearchMode(a: string);
private fm;
get itemSearchMode(): string;
set itemSearchMode(a: string);
private fe;
get itemSearchThreshold(): number;
set itemSearchThreshold(a: number);
private fd;
get itemSearchPointsThreshold(): number;
set itemSearchPointsThreshold(a: number);
private fn;
get shapeMemberPath(): string;
set shapeMemberPath(a: string);
private fl;
get highlightedShapeMemberPath(): string;
set highlightedShapeMemberPath(a: string);
private fp;
get xAxisRef(): string;
set xAxisRef(a: string);
private fq;
get yAxisRef(): string;
set yAxisRef(a: string);
private fb;
get shapeFilterResolution(): number;
set shapeFilterResolution(a: number);
private fj;
get assigningShapeStyleRef(): string;
set assigningShapeStyleRef(a: string);
private fi;
get assigningShapeMarkerStyleRef(): string;
set assigningShapeMarkerStyleRef(a: string);
private fo;
get styleShapeRef(): string;
set styleShapeRef(a: string);
}