Search
Alignment Enumeration
See Also
 






Indicates an alignment of an object relative to the scale. In the descriptionsbelow 'outbound' refers to an element's outer outline, 'inbound' refers to anelement's inner outline and 'center' refers to en element's center, that is,the middle of the inbound and outbound.

Namespace: MindFusion.Gauges
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Alignment = {}

 Members

  Member name Description

CenterInside

Specifies that the outbound of an object is aligned with the center of the scale.

CenterOutside

Specifies that the inbound of an object is aligned with the center of the scale.

InnerCenter

Specifies that the center of an object is aligned with the inbound of the scale.

InnerInside

Specifies that the outbound of an object is aligned with the inbound of the scale.

InnerOutside

Specifies that the inbound of an object is aligned with the inbound of the scale.

OuterCenter

Specifies that the center of an object is aligned with the outbound of the scale.

OuterInside

Specifies that the outbound of an object is aligned with the outbound of the scale.

OuterOutside

Specifies that the inbound of an object is aligned with the outbound of the scale.

TrueCenter

Specifies that the center of an object is aligned with the center of the scale.

 See Also