The Chart3DView 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 ResetTransformation
Resets all transformation parameters to their default values.
Public method Restore
Restore to view state to the represented by a Chart3DViewState object.
Public method Save
Save current view state to the Chart3DViewState object.
Public method ShouldSerializeAxisFont
Public method ShouldSerializeAxisTitleFont
Public method ShouldSerializeBackColor
Returns false if the Chart3DView BackColor property is in the default state.
Public method ShouldSerializeCeiling
Public method ShouldSerializeFloor
Public method ShouldSerializeForeColor
Returns false if the Chart3DView ForeColor property is in the default state.
Public method ToString
Returns a string that represents the current Chart3DView.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property AutoFit
Public property AxisFont
Public property AxisTitleFont
Public property BackColor
Background color of plot cube.
Public property Boxed
Gets or sets whether all plotting cube edges are rendered.
Public property Ceiling
Gets the ceiling object.
Public property Floor
Gets the floor object.
Public property ForeColor
Foreground color of plot cube.
Public property Interaction
Public property IsInteractive
Whether the built-in interaction is enabled.
Public property Perspective
Perspective of 3-D view.
Public property PreviewMethod
Gets or sets preview method.
Public property RotationX
Rotation about X-axis.
Public property RotationY
Rotation about Y-axis.
Public property RotationZ
Rotation about Z-axis.
Public property TextRotation
Gets or sets text rotation for axis titles and axis annotations.
Public property View3D
Gets or sets predefined view.
Public property ViewportHorizontalShift
Gets or sets horizontal shift of chart viewport.
Public property ViewportScale
Gets or sets scale of chart viewport.
Public property ViewportVerticalShift
Gets or sets vertical shift of chart viewport.
Public property XScale
Gets or sets scaling of the plot cube along X-axis.
Public property YScale
Gets or sets scaling of the plot cube along Y-axis.

Events

  Name Description
Public event AfterRotate
Occurs after chart rotates.
Public event BeforeRotate
Occurs before chart rotates.

See Also