Search
ArcSegment.rotationAngle Property
See Also
 






Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis.

Namespace: MindFusion.Gauges
File: Segment.js

 Syntax

JavaScript  Copy Code

get rotationAngle() {}
set rotationAngle(value) {}

 Property Value

Number

The amount (in degrees) by which the ellipse is rotated about the x-axis.

 See Also