XlsChart
Rotation Property
|
Returns or sets the rotation of the 3-D chart view
(the rotation of the plot area around the z-axis, in degrees).(0 to 360 degrees).
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Rotation { get; set; }
Public Property Rotation As Integer
Get
Set
public:
virtual property int Rotation {
int get () sealed;
void set (int value) sealed;
}
abstract Rotation : int with get, set
override Rotation : int with get, set
Property Value
Type:
Int32
Implements
IChart
Rotation
See Also