[]
Use the members of this enumeration to set the value of the ContourMethod property in the Chart3DContour class.
public enum ContourMethodEnum
| Name | Description |
|---|---|
| Classic | Previous default method of contour calculation prior before recent improvements. This ContourMethod is provided for compatibility with previous results. |
| Default | Default method of contour calculation. |
| MarchingSquares | Method of marching squares that provides an alternate contour calculation. This method requires an increased number of calculations, but tends to improve contour symmetry. |