.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Element Class : DrawToFloor Property
DrawToFloor Property
Gets or sets a value that indicates whether the surface of elements stretches to the floor of the chart area. This property is used with 3D surface charts.
Syntax
'Declaration
 
Public Property DrawToFloor As Boolean
'Usage
 
Dim instance As Element
Dim value As Boolean
 
instance.DrawToFloor = value
 
value = instance.DrawToFloor
public bool DrawToFloor {get; set;}
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