SpreadsheetGear 2017
Floor Property (IChart)






SpreadsheetGear.Charts Namespace > IChart Interface : Floor Property
Returns an instance of IFloor which represents the floor area of a 3D chart.
Syntax
'Declaration
 
ReadOnly Property Floor As IFloor
'Usage
 
Dim instance As IChart
Dim value As IFloor
 
value = instance.Floor
IFloor Floor {get;}
read-only property Floor: IFloor; 
function get Floor : IFloor
__property IFloor* get_Floor();
property IFloor^ Floor {
   IFloor^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChart Interface
IChart Members