UNPKG

igniteui-angular-gauges

Version:

Ignite UI Angular gauge components.

23 lines (22 loc) 447 B
import { Type } from "igniteui-angular-core"; /** * Enum specifying oversweep shapes. */ export declare enum RadialGaugeScaleOversweepShape { /** * A default oversweep shape. */ Auto = 0, /** * A circular oversweep shape. */ Circular = 1, /** * A fitted oversweep shape. */ Fitted = 2 } /** * @hidden */ export declare let RadialGaugeScaleOversweepShape_$type: Type;