igniteui-angular-gauges
Version:
Ignite UI Angular gauge components.
19 lines (18 loc) • 402 B
TypeScript
import { Type } from "igniteui-angular-core";
/**
* Describes the orientation of a linear scale.
*/
export declare enum LinearScaleOrientation {
/**
* The scale has a horizontal orientation.
*/
Horizontal = 0,
/**
* The scale has a vertical orientation.
*/
Vertical = 1
}
/**
* @hidden
*/
export declare let LinearScaleOrientation_$type: Type;