UNPKG

igniteui-angular-gauges

Version:

Ignite UI Angular gauge components.

27 lines (26 loc) 543 B
import { Type } from "igniteui-angular-core"; /** * Enum specifying multiple strategies for omitting labels. */ export declare enum RadialGaugeDuplicateLabelOmissionStrategy { /** * Omit the last label. */ OmitLast = 0, /** * Omit the first label. */ OmitFirst = 1, /** * Omit no labels. */ OmitNeither = 2, /** * Omit both labels. */ OmitBoth = 3 } /** * @hidden */ export declare let RadialGaugeDuplicateLabelOmissionStrategy_$type: Type;