Gets or sets the center of the scale relative to the scale bounds.
Namespace: MindFusion.Gauges
File: OvalScale.js
SyntaxJavaScript
Copy Code
|
|---|
get scaleRelativeCenter() {} |
Type: Point
Point
The center of the scale relative to the scale bounds.
RemarksA value of (0.5, 0.5) indicates the center of the bounds, a value of (0, 0) indicates the top-left corner.
See Also