[]
Represents the floor of a 3-D chart.
public interface IFloor
Returns the IChartFormat object (read-only).
IChartFormat Format { get; }
Returns the parent object for the specified object.
IChart Parent { get; }
Gets or sets an Integer, specifying the thickness of the floor (read or write).
int Thickness { get; set; }