Xceed Chart for WinForms v4.4 Documentation
InitFromLightModel Method


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > LightModel Class : InitFromLightModel Method
Initializes a light model from the properties of another light model object.
Syntax
'Declaration
 
Public Sub InitFromLightModel( _
   ByVal lightModel As LightModel _
) 
'Usage
 
Dim instance As LightModel
Dim lightModel As LightModel
 
instance.InitFromLightModel(lightModel)
public void InitFromLightModel( 
   LightModel lightModel
)

Parameters

lightModel
Remarks
You may want to use this function instead of Clone because it allows you to modify an object 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

LightModel Class
LightModel Members