Spread for ASP.NET 12 Product Documentation
Rotation Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > PlotArea Class : Rotation Property
Gets of sets the counterclockwise rotation around the vertical axis.
Syntax
'Declaration
 
Public Property Rotation As Single
'Usage
 
Dim instance As PlotArea
Dim value As Single
 
instance.Rotation = value
 
value = instance.Rotation
public float Rotation {get; set;}
Exceptions
ExceptionDescription
Value is less than -180 or greater than 180.
Remarks
Rotation is measured in degrees.
See Also

Reference

PlotArea Class
PlotArea Members