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


In This Topic
    IsRightAngleAxes Property
    In This Topic
    Gets or sets if the Chart3D's Axes are displayed so that they are at a right angle (90 degrees) from each other.
    Syntax
    'Declaration
     
    
    Public Property IsRightAngleAxes As Boolean
    'Usage
     
    
    Dim instance As Chart3D
    Dim value As Boolean
     
    instance.IsRightAngleAxes = value
     
    value = instance.IsRightAngleAxes
    public bool IsRightAngleAxes {get; set;}
    Remarks

    Setting this property to true will deactivate the effect of the PerspectiveAngle property, while setting it to false will make the Axes follow the value of said PerspectiveAngle property.

    The default value is true for Bar3DChartColumn3DChart but false for all the 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