Xceed Chart for WinForms v4.4 Documentation
InitFromText Method


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

Parameters

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

ChartText Class
ChartText Members