Version

SetScale Method (XamScatterSurface3DProxy)

Sets the scale of the chart.
Syntax
'Declaration
 
Public Sub SetScale( _
   ByVal value As System.Double _
) 
public void SetScale( 
   System.double value
)
public: void SetScale( 
   System.double value
) 

Parameters

value
The scale to apply. Typically a value between 0.1 and 2.
Requirements

Target Platforms: 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