ChartArea3DStyle.IsRightAngleAxes 属性

定义

获取或设置一个标志,该标志确定是否使用等距投影显示图表区域。

public:
 property bool IsRightAngleAxes { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsRightAngleAxes { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsRightAngleAxes : bool with get, set
Public Property IsRightAngleAxes As Boolean

属性值

true 如果使用等距投影显示图表区域,则为否则,为 false.

属性

注解

Isometric 视图实际上不是 3D,因为显示的旋转角度可能与垂直轴和水平轴旋转的实际角度不匹配。 实际角度分别使用 Rotation 属性和 Inclination 属性进行控制。

请注意有关 isometric 投影的以下几点:

  • 这不是“真实”3D。 也就是说,围绕轴旋转的角度不使用真正的旋转角度。

  • 它非常适合用于显示具有某种深度的 3D 图表。

  • 如果应用程序允许最终用户旋转图表,则旋转不会平滑。 在这种情况下,不建议使用等距视图。

  • 使用等距投影时,不支持透视。

适用于