GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Rotation Property


In This Topic
Rotation Property (IChart)
In This Topic
Gets or sets the rotation of the 3D chart view (the rotation of the plot area around the y-axis, in degrees).
Syntax
'Declaration
 
Property Rotation As Integer
 
'Usage
 
Dim instance As IChart
Dim value As Integer
 
instance.Rotation = value
 
value = instance.Rotation
Remarks
The value of this property must be from 0 to 360, except for 3D bar charts, where the value must be from 0 to 44. The default value is 20.This function works with Spread WPF only.
See Also