| Visual Basic (Declaration) | |
|---|---|
| Public Function New( _ ByVal fromPosition As Double, _ ByVal toPosition As Double, _ ByVal text As String, _ ByVal row As LabelRow, _ ByVal mark As LabelMark, _ ByVal gridTick As GridTick _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public CustomLabel( double fromPosition, double toPosition, string text, LabelRow row, LabelMark mark, GridTick gridTick ) | |
Parameters
- fromPosition
- From position.
- toPosition
- To position.
- text
- Label text.
- row
- Label row.
- mark
- Label mark.
- gridTick
- Custom grid line or/and tick marks flag.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 