UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

63 lines (62 loc) 2.04 kB
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 e9; get isCustomShapeStyleAllowed(): boolean; set isCustomShapeStyleAllowed(a: boolean); private e8; get isCustomShapeMarkerStyleAllowed(): boolean; set isCustomShapeMarkerStyleAllowed(a: boolean); private fm; get fillMemberPath(): string; set fillMemberPath(a: string); private e5; get fillScale(): BrushScaleDescription; set fillScale(a: BrushScaleDescription); private e7; get fillScaleUseGlobalValues(): boolean; set fillScaleUseGlobalValues(a: boolean); private fj; get actualItemSearchMode(): string; set actualItemSearchMode(a: string); private fo; get itemSearchMode(): string; set itemSearchMode(a: string); private fg; get itemSearchThreshold(): number; set itemSearchThreshold(a: number); private ff; get itemSearchPointsThreshold(): number; set itemSearchPointsThreshold(a: number); private fp; get shapeMemberPath(): string; set shapeMemberPath(a: string); private fn; get highlightedShapeMemberPath(): string; set highlightedShapeMemberPath(a: string); private fr; get xAxisRef(): string; set xAxisRef(a: string); private fs; get yAxisRef(): string; set yAxisRef(a: string); private fd; get shapeFilterResolution(): number; set shapeFilterResolution(a: number); private fl; get assigningShapeStyleRef(): string; set assigningShapeStyleRef(a: string); private fk; get assigningShapeMarkerStyleRef(): string; set assigningShapeMarkerStyleRef(a: string); private fq; get styleShapeRef(): string; set styleShapeRef(a: string); }