Xceed Chart for WinForms v4.4 Documentation
ChartLabel Constructor(String)


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > ChartLabel Class > ChartLabel Constructor : ChartLabel Constructor(String)
Creates a label with the specified text.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String _
)
'Usage
 
Dim text As String
 
Dim instance As New ChartLabel(text)
public ChartLabel( 
   string text
)

Parameters

text
Remarks
The label is positioned at the center of the control window. The font is Arial 12.
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

ChartLabel Class
ChartLabel Members
Overload List