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


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