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
SyntaxJavaScript
Copy Code
|
|---|
get autoSize() {} |
Boolean
True if the range is autosized, otherwise false.
RemarksIf this property is set to true the values of startWidth and endWidth properties are ignored.
See Also