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


In This Topic
    RotationY Property
    In This Topic
    Gets or sets how the Chart3D is rotated around a horizontal pivot.
    Syntax
    'Declaration
     
    
    Public Property RotationY As Short
    'Usage
     
    
    Dim instance As Chart3D
    Dim value As Short
     
    instance.RotationY = value
     
    value = instance.RotationY
    public short RotationY {get; set;}
    Remarks

    The value of this property is in degrees & must be between -90 & 180 degrees.

    The rotation will be done around a horizontal pivot, which gives the impression that the Chart rotates like meat on a rotisserie grill.

    The default value is 30 for Pie3DCharts, 90 for Contour3DCharts & 15 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