[]
        
(Showing Draft Content)

IFloor

Interface IFloor


public interface IFloor
Represents the floor of a 3-D chart.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the IChartFormat object.
    Returns the parent object for the specified object.
    int
    Gets an Integer, specifying the thickness of the floor.
    void
    setThickness(int value)
    Sets an Integer, specifying the thickness of the floor.
  • Method Details

    • getFormat

      IChartFormat getFormat()
      Returns the IChartFormat object.
    • getParent

      IChart getParent()
      Returns the parent object for the specified object.
    • getThickness

      int getThickness()
      Gets an Integer, specifying the thickness of the floor.
    • setThickness

      void setThickness(int value)
      Sets an Integer, specifying the thickness of the floor.