接口 IWall
public interface IWall
Represents the walls of a 3-D chart.
-
方法概要
修饰符和类型方法说明Returns theIChartFormat
object.Returns the parent object for the specified object.int
Gets the thickness of the wall.void
setThickness
(int value) Sets the thickness of the wall.
-
方法详细资料
-
getParent
IChart getParent()Returns the parent object for the specified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormat
object. -
getThickness
int getThickness()Gets the thickness of the wall. -
setThickness
void setThickness(int value) Sets the thickness of the wall.
-