Version

Scale Property (ScrollScaleAppearance)

The scale of magnification.
Syntax
'Declaration
 
Public Overridable Property Scale As Double
public virtual double Scale {get; set;}
Remarks

This property defines how the present view is scaled when presented to the end user. It may have values of between 1.0 and 0.0. A value of 0.5 indicates that the end user can see 1/2 of the chart on the dimension of the current axis, and that any chart elements visible are scaled by a zoom-in factor of 2X.

By default, the end user view of the chart is fully scaled out such that the entire chart is visible.

This property is not used by WebChart. To enable the scrollbar in WebChart, set UltraChart.EnableScrollbar to True.

Requirements

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