Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Add(Double,DateTimeIntervalType,String,LabelRow,LabelMark) Method
See Also 
Dundas.Charting.WebControl Namespace > CustomLabelsCollection Class > Add Method : Add(Double,DateTimeIntervalType,String,LabelRow,LabelMark) Method


labelsStep
Label step size.
intervalType
Label step type.
format
Label text format.
row
Label row.
mark
Label marking type.
Adds custom labels into the collection using min and max values and step.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Add( _
   ByVal labelsStep As Double, _
   ByVal intervalType As DateTimeIntervalType, _
   ByVal format As String, _
   ByVal row As LabelRow, _
   ByVal mark As LabelMark _
) 
Visual Basic (Usage) Copy Code
Dim instance As CustomLabelsCollection
Dim labelsStep As Double
Dim intervalType As DateTimeIntervalType
Dim format As String
Dim row As LabelRow
Dim mark As LabelMark
 
instance.Add(labelsStep, intervalType, format, row, mark)
C#  
public void Add( 
   double labelsStep,
   DateTimeIntervalType intervalType,
   string format,
   LabelRow row,
   LabelMark mark
)

Parameters

labelsStep
Label step size.
intervalType
Label step type.
format
Label text format.
row
Label row.
mark
Label marking type.

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