Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal text As String, _ ByVal font As Font, _ ByVal color As Color _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- text
- Text of this label.
- font
- Font of this label.
- color
- Color of this label.
dotnetCHARTING | Send comments on this topic. |
Label Constructor(String,Font,Color) | |
See Also |
dotnetCHARTING Namespace > Label Class > Label Constructor : Label Constructor(String,Font,Color) |
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal text As String, _ ByVal font As Font, _ ByVal color As Color _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|