Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / SideWall Property


In This Topic
    SideWall Property (IChart)
    In This Topic
    Gets an IWalls object that allows the user to individually format the side wall of a 3D chart.
    Syntax
    'Declaration
     
    
    ReadOnly Property SideWall As IWalls
    'Usage
     
    
    Dim instance As IChart
    Dim value As IWalls
     
    value = instance.SideWall
    IWalls SideWall {get;}
    Remarks
    This function works with Spread WPF only.
    See Also