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


In This Topic
    Walls Property
    In This Topic
    Gets an IWalls object that represents the walls of the 3D chart.
    Syntax
    'Declaration
     
    ReadOnly Property Walls As IWalls
    'Usage
     
    Dim instance As IChart
    Dim value As IWalls
     
    value = instance.Walls
    IWalls Walls {get;}
    Remarks
    This function works with Spread WPF only.
    See Also