igniteui-angular-gauges
Version:
Ignite UI Angular gauge components.
19 lines (18 loc) • 408 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
* Enum specifying shapes that can be used by the backing area of the radial gauge.
*/
export declare enum RadialGaugeBackingShape {
/**
* A circular backing shape.
*/
Circular = 0,
/**
* A fitted backing shape.
*/
Fitted = 1
}
/**
* @hidden
*/
export declare let RadialGaugeBackingShape_$type: Type;