ChartArea3DStyle.IsRightAngleAxes Property

Definition

Gets or sets a flag that determines whether a chart area is displayed using an isometric projection.

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

Property Value

true if the chart area is displayed using an isometric projection; otherwise, false.

Attributes

Remarks

Isometric views are not actually 3D, because the displayed angles of rotation may not match the actual angles of rotation around the vertical and horizontal axes. The actual angles are controlled using the Rotation and Inclination properties, respectively.

Note the following points concerning isometric projection:

  • It is not "real" 3D. That is, the angle of rotation around axes doesn't use true rotational angles.

  • It is ideal for displaying 3D charts with some depth.

  • If your application allows end-users to rotate the charts, the rotation will not be smooth. In this case, using isometric views is not recommended.

  • With isometric projection, perspective is not supported.

Applies to