UNPKG

igniteui-angular-gauges

Version:

Ignite UI Angular gauge components.

16 lines (15 loc) 495 B
import { LinearGraphFrame } from "./LinearGraphFrame"; import { LinearGraphScaleFrame } from "./LinearGraphScaleFrame"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare class BulletGraphFrame extends LinearGraphFrame { static $t: Type; constructor(); private _c; protected get_c(): LinearGraphScaleFrame; protected set_c(a: LinearGraphScaleFrame): void; get c(): LinearGraphScaleFrame; set c(a: LinearGraphScaleFrame); }