Xceed Chart for WinForms v4.4 Documentation
InitFromLineProperties(LineProperties) Method


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

Parameters

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

LineProperties Class
LineProperties Members
Overload List