Xceed Chart for WinForms v4.4 Documentation
InitFromBackplane Method


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > Backplane Class : InitFromBackplane Method
Initializes the backplane properties object from the properties of another backplane properties object
Syntax
'Declaration
 
Public Sub InitFromBackplane( _
   ByVal backplane As Backplane _
) 
'Usage
 
Dim instance As Backplane
Dim backplane As Backplane
 
instance.InitFromBackplane(backplane)
public void InitFromBackplane( 
   Backplane backplane
)

Parameters

backplane
Remarks
You may want to use this function instead of Clone because it allows you to modify fill effects that are obtainable only by a get method.
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

Reference

Backplane Class
Backplane Members