Search
ArcSegment.isCounterclockwise Property
See Also
 






Gets or sets a value that indicates whether the arc is drawn in counterclockwise or clockwise direction.

Namespace: MindFusion.Gauges
File: Segment.js

 Syntax

JavaScript  Copy Code

get isCounterclockwise() {}
set isCounterclockwise(value) {}

 Property Value

Boolean

True if the arc is drawn in counterclockwise, otherwise false.

 See Also