Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Add Method
See Also 
Dundas.Charting.WebControl Namespace > CustomLabelsCollection Class : Add Method


Adds one custom label into the collection.

Overload List

Overload Description
Add(Double,Double,String) Adds one custom label into the collection.  
Add(Double,Double,String,LabelRow,LabelMark) Adds one custom label into the collection.  
Add(Double,Double,String,Int32,LabelMark) Adds one custom label into the collection.  
Add(Double,Double,String,LabelRow,LabelMark,GridTick) Adds one custom label into the collection.  
Add(Double,Double,String,Int32,LabelMark,GridTick) Adds one custom label into the collection.  
Add(Double,DateTimeIntervalType,Double,Double,String,LabelRow,LabelMark) Adds custom labels into the collection using min and max values and step  
Add(Double,DateTimeIntervalType,Double,Double,String,Int32,LabelMark) Adds custom labels into the collection using min and max values and step  
Add(Double,DateTimeIntervalType) Adds custom labels into the collection using min and max values and step.  
Add(Double,DateTimeIntervalType,String) Adds custom labels into the collection using min and max values and step.  
Add(Double,DateTimeIntervalType,String,LabelRow,LabelMark) Adds custom labels into the collection using min and max values and step.  
Add(Double,DateTimeIntervalType,String,Int32,LabelMark) Adds custom labels into the collection using min and max values and step.  
Add(Object) Add custom label object into the collection.  

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