接口 IWall


public interface IWall
Represents the walls of a 3-D chart.
  • 方法详细资料

    • getParent

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

      IChartFormat getFormat()
      Returns the IChartFormat object.
    • getThickness

      int getThickness()
      Gets the thickness of the wall.
    • setThickness

      void setThickness(int value)
      Sets the thickness of the wall.