The Chart3DContour type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AutoDistribution
Whether to use a linear distribution table to determine the spacing of contour levels.
Public property Distribution
Gets or sets the array of level values for contour calculations.
Public property IsContoured
Gets or sets whether the chart is contoured.
Public property IsZoned
Gets or sets whether the chart is zoned.
Public property Item
Gets the specified Chart3DContourLevel by numeric index.
Public property Levels
Gets collection of contour levels.
Public property NumLevels
Gets or sets number of contour levels.
Public property ZoneMethod
Gets or sets zone method.

See Also