UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

29 lines (28 loc) 867 B
import { GeographicShapeSeriesBaseDescription } from "./GeographicShapeSeriesBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GeographicPolylineSeriesDescription extends GeographicShapeSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private f8; get shapeStyleSelectorRef(): string; set shapeStyleSelectorRef(a: string); private f6; get shapeFill(): string; set shapeFill(a: string); private f7; get shapeStroke(): string; set shapeStroke(a: string); private f3; get shapeStrokeThickness(): number; set shapeStrokeThickness(a: number); private f2; get shapeOpacity(): number; set shapeOpacity(a: number); private f9; get styleShapeRef(): string; set styleShapeRef(a: string); }