Search
Pointer.alignment Property
See Also
 






Gets or sets the alignment of the pointer relative to the scale.

Namespace: MindFusion.Gauges
File: Pointer.js

 Syntax

JavaScript  Copy Code

get alignment() {}
set alignment(value) {}

 Property Value

Alignment

The alignment of the pointer relative to the scale.

 Remarks

This property is ignored in oval gauges where the pointer is always pinned to the center of the gauge.

 See Also