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