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


In This Topic
    PerspectiveAngle Property
    In This Topic
    Gets or sets the angle of perspective used for viewing the Chart3D.
    Syntax
    'Declaration
     
    
    Public Property PerspectiveAngle As UShort
    'Usage
     
    
    Dim instance As Chart3D
    Dim value As UShort
     
    instance.PerspectiveAngle = value
     
    value = instance.PerspectiveAngle
    public ushort PerspectiveAngle {get; set;}
    Remarks

    The value of this property corresponds to the field of view on the 3D Chart; it is in degrees & must be between 0 & 120 degrees.

    The default value is 0.

    However, note that for this property to be activated, the value of the IsRightAngleAxes property must be false.

    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