FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DZoneMethod Enumeration

In This Topic
    Chart3DZoneMethod Enumeration
    In This Topic
    Specifies the zone calculation method of 3D chart.
    Syntax
    'Declaration
     
    Public Enum Chart3DZoneMethod 
       Inherits System.Enum
    public enum Chart3DZoneMethod : 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.FlexReport.Chart.Chart3DZoneMethod

    See Also