dotnetCHARTING Send comments on this topic.
Use3D Property
See Also 
dotnetCHARTING Namespace > Series Class : Use3D Property


Gets or sets a value that indicates whether this surface series is drawn in 3D.

Syntax

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

See Also

© 2021 All Rights Reserved.