Use the members of this enumeration to set the value of the ZoneMethod property in the Chart3DContour class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum ZoneMethodEnum
Visual Basic
Public Enumeration ZoneMethodEnum

Members

Member nameValueDescription
Contours0 Contour zoning, a cell can have different colors, according to corresponding contour level.
Cells1 Cell zoning, a cell can have only one color.

See Also