igniteui-react-core
Version:
Ignite UI React Core.
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 f5;
get shapeStyleSelectorRef(): string;
set shapeStyleSelectorRef(a: string);
private f3;
get shapeFill(): string;
set shapeFill(a: string);
private f4;
get shapeStroke(): string;
set shapeStroke(a: string);
private f0;
get shapeStrokeThickness(): number;
set shapeStrokeThickness(a: number);
private fz;
get shapeOpacity(): number;
set shapeOpacity(a: number);
private f6;
get styleShapeRef(): string;
set styleShapeRef(a: string);
}