ChartArea3DStyle::IsRightAngleAxes Property
Gets or sets a flag that determines whether a chart area is displayed using an isometric projection.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] public: property bool IsRightAngleAxes { bool get (); void set (bool value); }
Property Value
Type: System::BooleanTrue if the chart area is displayed using an isometric projection, otherwise false.
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.