Interface IWall
public interface IWall
Represents the walls of a 3-D chart.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theIChartFormatobject.Returns the parent object for the specified object.intGets the thickness of the wall.voidsetThickness(int value) Sets the thickness of the wall.
-
Method Details
-
getParent
IChart getParent()Returns the parent object for the specified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormatobject. -
getThickness
int getThickness()Gets the thickness of the wall. -
setThickness
void setThickness(int value) Sets the thickness of the wall.
-