Search
OvalScale.scaleRelativeCenter Property
See Also
 






Gets or sets the center of the scale relative to the scale bounds.

Namespace: MindFusion.Gauges
File: OvalScale.js

 Syntax

JavaScript  Copy Code

get scaleRelativeCenter() {}
set scaleRelativeCenter(value) {}

 Property Value

Point

The center of the scale relative to the scale bounds.

 Remarks

A value of (0.5, 0.5) indicates the center of the bounds, a value of (0, 0) indicates the top-left corner.

 See Also