ChartArea3DStyle.IsRightAngleAxes Property

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
member IsRightAngleAxes : bool with get, set

Property Value

Type: System.Boolean

true 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.

.NET Framework
Available since 4.0
Return to top
Show: