Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CustomLabel Constructor(Double,Double,String,Int32,LabelMark)
See Also 
Dundas.Charting.WebControl Namespace > CustomLabel Class > CustomLabel Constructor : CustomLabel Constructor(Double,Double,String,Int32,LabelMark)


fromPosition
From position.
toPosition
To position.
text
Label text.
labelRow
Label row index.
mark
Label mark.
Custom label constructor

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal fromPosition As Double, _
   ByVal toPosition As Double, _
   ByVal text As String, _
   ByVal labelRow As Integer, _
   ByVal mark As LabelMark _
)
Visual Basic (Usage) Copy Code
Dim fromPosition As Double
Dim toPosition As Double
Dim text As String
Dim labelRow As Integer
Dim mark As LabelMark
 
Dim instance As CustomLabel(fromPosition, toPosition, text, labelRow, mark)
C#  
public CustomLabel( 
   double fromPosition,
   double toPosition,
   string text,
   int labelRow,
   LabelMark mark
)

Parameters

fromPosition
From position.
toPosition
To position.
text
Label text.
labelRow
Label row index.
mark
Label mark.

Requirements

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

See Also