Version

SymbolIcon3D Enumeration

The list of available 3D objects to draw as data points in a Point 3D chart.
Syntax
'Declaration
 
Public Enum SymbolIcon3D 
   Inherits System.Enum
public enum SymbolIcon3D : System.Enum 
Members
MemberDescription
Cube3D Cube object as a data point.
Diamond3D Diamond object as a data point.
PyramidA 3D Pyramid object oriented to the top as a data point.
PyramidDownA 3D Pyramid object oriented to the bottom as a data point.
SphereA 3D Sphere object as a data point.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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