igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
29 lines (28 loc) • 867 B
TypeScript
import { GeographicShapeSeriesBaseDescription } from "./GeographicShapeSeriesBaseDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class GeographicPolylineSeriesDescription extends GeographicShapeSeriesBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
private dz;
get shapeStyleSelectorRef(): string;
set shapeStyleSelectorRef(a: string);
private dx;
get shapeFill(): string;
set shapeFill(a: string);
private dy;
get shapeStroke(): string;
set shapeStroke(a: string);
private du;
get shapeStrokeThickness(): number;
set shapeStrokeThickness(a: number);
private dt;
get shapeOpacity(): number;
set shapeOpacity(a: number);
private d0;
get styleShapeRef(): string;
set styleShapeRef(a: string);
}