Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / BackWall Property


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