ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / ZoneMethodEnum Enumeration

In This Topic
    ZoneMethodEnum Enumeration
    In This Topic
    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
    public enum ZoneMethodEnum : 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