The Chart3DGroup 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 ShouldSerializeBar
Returns false if the Chart3DGroup Bar property is in the default state.
Public method ShouldSerializeContour
Returns false if the Chart3DGroup Contour property is in the default state.
Public method ShouldSerializeElevation
Returns false if the Chart3DGroup Elevation property is in the default state.
Public method ShouldSerializeSurface
Returns false if the Chart3DGroup Surface property is in the default state.
Public method ToString
Returns a string that represents the current Chart3DGroup.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Bar
Controls the appearance of a bar chart.
Public property ChartData
Data for the chart.
Public property ChartType
The type of chart to be displayed.
Public property Contour
The type of contouring to be used.
Public property Elevation
Controls the three-dimensional appearance of the chart.
Public property Surface
Controls the appearance of a surface format chart.

See Also