Search
ArcSegment.isLargeArc Property
See Also
 






Gets or sets a value that indicates whether the arc should be greater than 180 degrees.

Namespace: MindFusion.Gauges
File: Segment.js

 Syntax

JavaScript  Copy Code

get isLargeArc() {}
set isLargeArc(value) {}

 Property Value

Boolean

True if the arc should be greater than 180 degrees, otherwise false.

 See Also