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


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