Returns a Floor object that represents the walls of a 3-D chart.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Floor Floor { get; }
Public ReadOnly Property Floor As Floor
Get
public:
property Floor^ Floor {
Floor^ get ();
}
member Floor : Floor with get
Property Value
Type:
Floor
RemarksThis property doesn't apply to 3-D pie charts.
See Also