Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Chart3DBarShape Class / riser Property


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