ComponentOne FlexReport for WinForms
Chart3DZoneMethod Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart3DZoneMethod Enumeration
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

Reference

C1.Win.FlexReport.Chart Namespace