接口 IFloor


public interface IFloor
Represents the floor of a 3-D chart.
  • 方法概要

    修饰符和类型
    方法
    说明
    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.
  • 方法详细资料

    • 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.