The Chart3DElevation 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 ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property DepthCue
Determines whether scatter chart point sizes are dependant upon their distance from the eye. Set this property to true if the point sizes should be dependant upon distance from the eye.
Public property DropLines
Determines whether scatter chart points have droplines. Set this property to true if points should have drop lines.
Public property IsMeshed
Determines whether surface charts are meshed, or whether bars in bar charts are outlined. Set this property to true to display a surface as a mesh, or to display bars in outline format.
Public property IsShaded
Determines whether surface or bar charts use shading. Set this property to true to display surfaces and bars as a flat shade of color.
Public property MeshBottomColor
The bottom color of the mesh.
Public property MeshTopColor
The top color of the mesh.
Public property ShadedBottomColor
The bottom color of the shaded surface.
Public property ShadedTopColor
The top color of the shaded surface.
Public property SurfaceBottomColor
Public property SurfaceTopColor
Public property Transparency
Transparency of drawing chart data.

See Also