[]
The Chart3DView defines the three-dimensional features of a chart. It is returned by the View property of a Chart3DArea.
[TypeConverter(typeof(bp))]
public class Chart3DView
| Name | Description |
|---|---|
| AutoFit | Gets or sets whether the x/y ratio for 2D projection is calculated automatically. |
| 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 | Gets the C1.Win.C1Chart3D.Chart3DInteraction object. |
| 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. |
| Name | Description |
|---|---|
| ResetTransformation() | Resets all transformation parameters to their default values. |
| Restore(Chart3DViewState) | Restore to view state to the represented by a Chart3DViewState object. |
| Save() | Save current view state to the Chart3DViewState object. |
| ShouldSerializeBackColor() | Returns false if the Chart3DView BackColor property is in the default state. |
| ShouldSerializeForeColor() | Returns false if the Chart3DView ForeColor property is in the default state. |
| ToString() | Returns a string that represents the current Chart3DView. |
| Name | Description |
|---|---|
| AfterRotate | Occurs after chart rotates. |
| BeforeRotate | Occurs before chart rotates. |