Search
Range.autoSize Property
See Also
 






Gets or sets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale.

Namespace: MindFusion.Gauges
File: Range.js

 Syntax

JavaScript  Copy Code

get autoSize() {}
set autoSize(value) {}

 Property Value

Boolean

True if the range is autosized, otherwise false.

 Remarks

If this property is set to true the values of startWidth and endWidth properties are ignored.

 See Also