igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
29 lines (28 loc) • 690 B
TypeScript
import { Base, Point, Type } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class SparkFrame extends Base {
static $t: Type;
private a;
get g(): List$1<number[]>;
set g(a: List$1<number[]>);
private f;
get l(): List$1<Point>;
set l(a: List$1<Point>);
private d;
get j(): List$1<Point>;
set j(a: List$1<Point>);
private e;
get k(): List$1<Point>;
set k(a: List$1<Point>);
private c;
get i(): List$1<Point>;
set i(a: List$1<Point>);
private b;
get h(): List$1<Point>;
set h(a: List$1<Point>);
m: Point;
n: Point;
}