Search
LinearScale.left Property
See Also
 






Gets or sets the distance between the left of this scale and the left of its container.

Namespace: MindFusion.Gauges
File: LinearScale.js

 Syntax

JavaScript  Copy Code

get left() {}
set left(value) {}

 Property Value

Length

The distance between the left of this scale and the left of its container.

 See Also