IRotation3D
内容
[
隐藏
]IRotation3D 接口
表示图表的 3D 旋转。
public interface IRotation3D
属性
| 名称 | 描述 |
|---|---|
| DepthPercents { get; set; } | 返回或设置 3D 图表的深度,作为图表宽度的百分比(介于 20% 到 2000% 之间)。读取/写入 UInt16. |
| HeightPercents { get; set; } | 指定 3-D 图表的高度,作为图表宽度的百分比(介于 5% 到 500% 之间)。读取/写入 UInt16. |
| Perspective { get; set; } | 返回或设置 3D 图表的透视值(视野角度),范围为 0 到 100。如果 RightAngleAxes 属性值为 true,则忽略。读取/写入 Byte. |
| RightAngleAxes { get; set; } | 确定图表坐标轴是否呈直角,而不是以透视方式绘制。换句话说,它确定坐标轴的角度是否独立于图表的旋转或倾斜。读取/写入 Boolean. |
| RotationX { get; set; } | 返回或设置围绕 X 轴的旋转角度,即 3D 图表的 Y 方向(范围为 -90° 到 90°)。该属性与 ECMA-376 中的 21.2.2.157 rotX(X Rotation)项以及 PowerPoint 2007+ 的 “Y Rotation” 选项相匹配。读取/写入 SByte. |
| RotationY { get; set; } | 返回或设置围绕 Y 轴的旋转角度,即 3D 图表的 X 方向(范围为 0° 到 360°)。该属性与 ECMA-376 中的 21.2.2.158 rotY(Y Rotation)项以及 PowerPoint 2007+ 的 “X Rotation” 选项相匹配。读取/写入 UInt16. |
另见
- 命名空间 Aspose.Slides.Charts
- 程序集 Aspose.Slides