Interface IFloor
public interface IFloor
Represents the floor of a 3-D chart.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theIChartFormatobject.Returns the parent object for the specified object.intGets an Integer, specifying the thickness of the floor.voidsetThickness(int value) Sets an Integer, specifying the thickness of the floor.
-
Method Details
-
getFormat
IChartFormat getFormat()Returns theIChartFormatobject. -
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.
-