igniteui-angular-gauges
Version:
Ignite UI Angular gauge components.
19 lines (18 loc) • 451 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
* Enum specifying the position of the titles relative to scale's start/end.
*/
export declare enum TitlesPosition {
/**
* The titles are placed at scale's start (minimum value).
*/
ScaleStart = 0,
/**
* The titles are placed at the scale's end (maximum value).
*/
ScaleEnd = 1
}
/**
* @hidden
*/
export declare let TitlesPosition_$type: Type;