XlsChartFormat
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:
property int Rotation {
int get ();
void set (int value);
}
member Rotation : int with get, set
Property Value
Type:
Int32
See Also