Version

Scale Property (View3DAppearance)

Specifies the scale of a 3-D chart, as a percentage of full scale.
Syntax
'Declaration
 
Public Property Scale As Single
public float Scale {get; set;}
Remarks

A value of 100 represents 100%, meaning the chart is rendered at full scale. A setting of 50 would render the chart at half the size of full scale, while 200 would do so at twice the size of full scale. Scaling out to maximum (1/20th scale) may make the chart and its labels unreadable.

End users (in UltraWinChart only) can zoom-in or zoom-out of the chart at run-time by depressing the ALT key while rotating the mouse wheel. Developers can disable this functionality by intercepting and terminating the mouse wheel event themselves.

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