Search
OvalScale.scaleRelativeRadius Property
See Also
 






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

Namespace: MindFusion.Gauges
File: OvalScale.js

 Syntax

JavaScript  Copy Code

get scaleRelativeRadius() {}
set scaleRelativeRadius(value) {}

 Property Value

Number

The radius of the scale relative to the scale bounds.

 Remarks

A value of 0.5 indicates that the radius is half the size of the scale.

 See Also