dotnetCHARTING Send comments on this topic.
DrawToFloor Property
See Also 
dotnetCHARTING Namespace > Element Class : 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

Visual Basic (Declaration) 
Public Property DrawToFloor As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Boolean
 
instance.DrawToFloor = value
 
value = instance.DrawToFloor
C# 
public bool DrawToFloor {get; set;}

See Also

© 2021 All Rights Reserved.