Version

View3DAppearance Class

An Appearance object controlling the user's perspective on 3-D charts.
Syntax
'Declaration
 
Public Class View3DAppearance 
   Inherits ChartTypeAppearance
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

Developers can set properties on this Appearance object at design-time or run-time to alter the vantage point a user has when examining a three-dimensional chart, including specifying the XRotation, YRotation and/or ZRotation around each of the three axes.

Three-dimensional charts are displayed in a 3-D chart grid area, with XY, XZ and YZ backplanes and a clear frontal view. Using this class, developers may rotate a chart such that the user is looking at it through a backplane (ie, from behind or underneath the chart grid). The result of such viewing angles are undefined. Instead of rotating behind the chart grid, developers should re-orient the data plotted in the 3-D chart to bring background elements to the front for the user to examine.

End users may rotate and revolve charts (in UltraWinChart only) at run-time by holding down the ALT-key on the keyboard and dragging the mouse. Developers can disable this by intercepting and terminating mouse events when the ALT-key is depressed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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

See Also