Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Chart3D Class / fPerspective Property


In This Topic
    fPerspective Property (Chart3D)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fPerspective As Byte
    'Usage
     
    
    Dim instance As Chart3D
    Dim value As Byte
     
    instance.fPerspective = value
     
    value = instance.fPerspective
    public byte fPerspective {get; set;}
    See Also