.netCHARTING v10.5 Documentation


View3D Property
Gets or sets the View3D class that contains properties to control the rendering of 3D surface charts.
Syntax
'Declaration
 
Public Property View3D As View3D
'Usage
 
Dim instance As Chart
Dim value As View3D
 
instance.View3D = value
 
value = instance.View3D
public View3D View3D {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