Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Chart3D Class / RotationX Property


    RotationX Property
    Gets or sets how the Chart3D is rotated around a vertical pivot. 
    Syntax
    'Declaration
     
    
    Public Property RotationX As Short
     
    'Usage
     
    
    Dim instance As Chart3D
    Dim value As Short
     
    instance.RotationX = value
     
    value = instance.RotationX
    Remarks

    The value of this property is in degrees & must be between 0 & 360.

    The rotation will be done around a vertical pivot, which gives the impression that the Chart rotates like the blades of an helicopter.

    The default value is 0 for Pie3DCharts & Contour3DCharts & 20 for other 3D Charts.

     

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also