Version

ScrollScaleAppearance Constructor(ChartAppearance,String)

Creates a child ScrollScaleAppearance object.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As ChartAppearance, _
   ByVal property As String _
)
public ScrollScaleAppearance( 
   ChartAppearance parent,
   string property
)

Parameters

parent
The parent Appearance object to be notified to refresh itself whenever any of this object's properties change.
property
The name of the property by which this child Appearance is exposed on the parent Appearance object.
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