Search
ArcSegment.size Property
See Also
 

Gets or sets the x- and y-radius of the arc as a Size structure.

Namespace: MindFusion.Gauges
File: Segment.js

 Syntax

JavaScript  Copy Code

get size() {}
set size(value) {}

 Property Value

Type: Size
Size

The x- and y-radius of the arc as a Size structure.

 See Also