C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / ZoneMethodEnum Enumeration

ZoneMethodEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DContour.ZoneMethod property in the Chart3DContour class.
Syntax
'Declaration
 
Public Enum ZoneMethodEnum 
   Inherits System.Enum
 
Members
MemberDescription
CellsCell zoning, a cell can have only one color.
ContoursContour zoning, a cell can have different colors, according to corresponding contour level.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.ZoneMethodEnum

See Also