ChartRotationAngle Property |
Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees).
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int RotationAngle { get; set; }
Public Property RotationAngle As Integer
Get
Set
public:
property int RotationAngle {
int get ();
void set (int value);
}
member RotationAngle : int with get, set
Property Value
Type:
Int32
Remarks
The value of this property must be from 0 to 360, except for 3-D bar charts, where the value must be from 0 to 44.
The default value is 20. Applies only to 3-D charts.
See Also