The Chart3DView type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
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.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
NotifyChanges | |
|
|
ResetTransformation |
Resets all transformation parameters to their default values.
|
|
|
Restore |
Restore to view state to the represented by a Chart3DViewState object.
|
|
|
Save |
Save current view state to the Chart3DViewState object.
|
|
|
ShouldSerializeAxisFont | |
|
|
ShouldSerializeAxisTitleFont | |
|
|
ShouldSerializeBackColor |
Returns false if the Chart3DView BackColor property is in the default state.
|
|
|
ShouldSerializeCeiling | |
|
|
ShouldSerializeFloor | |
|
|
ShouldSerializeForeColor |
Returns false if the Chart3DView ForeColor property is in the default state.
|
|
|
ToString |
Returns a string that represents the current Chart3DView.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
AutoFit | |
|
|
AxisFont | |
|
|
AxisTitleFont | |
|
|
BackColor |
Background color of plot cube.
|
|
|
Boxed |
Gets or sets whether all plotting cube edges are rendered.
|
|
|
Ceiling |
Gets the ceiling object.
|
|
|
Floor |
Gets the floor object.
|
|
|
ForeColor |
Foreground color of plot cube.
|
|
|
Interaction | |
|
|
IsInteractive |
Whether the built-in interaction is enabled.
|
|
|
Perspective |
Perspective of 3-D view.
|
|
|
PreviewMethod |
Gets or sets preview method.
|
|
|
RotationX |
Rotation about X-axis.
|
|
|
RotationY |
Rotation about Y-axis.
|
|
|
RotationZ |
Rotation about Z-axis.
|
|
|
TextRotation |
Gets or sets text rotation for axis titles and axis annotations.
|
|
|
View3D |
Gets or sets predefined view.
|
|
|
ViewportHorizontalShift |
Gets or sets horizontal shift of chart viewport.
|
|
|
ViewportScale |
Gets or sets scale of chart viewport.
|
|
|
ViewportVerticalShift |
Gets or sets vertical shift of chart viewport.
|
|
|
XScale |
Gets or sets scaling of the plot cube along X-axis.
|
|
|
YScale |
Gets or sets scaling of the plot cube along Y-axis.
|
Events
| Name | Description | |
|---|---|---|
|
|
AfterRotate |
Occurs after chart rotates.
|
|
|
BeforeRotate |
Occurs before chart rotates.
|