igniteui-angular-gauges
Version:
Ignite UI Angular gauge components.
14 lines (13 loc) • 459 B
TypeScript
import { LinearGraphScaleFrame } from "./LinearGraphScaleFrame";
import { LinearGraphRectFrame } from "./LinearGraphRectFrame";
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class BulletGraphScaleFrame extends LinearGraphScaleFrame {
static $t: Type;
constructor();
ag: LinearGraphRectFrame;
af: LinearGraphRectFrame;
y(a: number, b: LinearGraphScaleFrame, c: LinearGraphScaleFrame): void;
}