Dundas Chart for Windows Forms
Add Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > CustomLabelsCollection Class : Add Method


Adds a CustomLabel object to the collection, using various parameters.

Overload List

Overload Description
Add(Double,Double,String)

Adds one CustomLabel object to the collection, using the given axis range and text.


Adds one custom label into the collection.  
Add(Double,Double,String,LabelRow,LabelMark)

Adds one CustomLabel object to the collection. Uses the given axis range and label text, and is displayed for the specified row using the given label mark.


Adds one custom label into the collection.  
Add(Double,Double,String,Int32,LabelMark)

Adds one CustomLabel object to the collection. Uses the given axis range and label text, and is displayed for the specified row using the given label mark.


Adds one custom label into the collection.  
Add(Double,Double,String,LabelRow,LabelMark,GridTick)

Adds one CustomLabel object to the collection. Uses the given axis range and label text, and is displayed for the specified row using the given label mark, grid lines and tick marks.


Adds one custom label into the collection.  
Add(Double,Double,String,Int32,LabelMark,GridTick)

Adds one CustomLabel object to the collection. Uses the given axis range and label text, and is displayed for the specified row using the given label mark, grid lines and tick marks.


Adds one custom label into the collection.  
Add(Double,DateTimeIntervalType,Double,Double,String,LabelRow,LabelMark)

Adds multiple DateTime CustomLabel objects to the collection, and populates an axis with custom labels for the given axis range and label row.


Adds custom labels into the collection using min and max values and step  
Add(Double,DateTimeIntervalType,Double,Double,String,Int32,LabelMark)

Adds multiple DateTime CustomLabel objects to the collection, and populates an axis with custom labels for the given axis range and label row.


Adds custom labels into the collection using min and max values and step  
Add(Double,DateTimeIntervalType)

Adds multiple DateTime CustomLabel objects to the collection. Populates an axis' entire first row with labels.


Adds custom labels into the collection using min and max values and step.  
Add(Double,DateTimeIntervalType,String)

Adds multiple DateTime CustomLabel objects to the collection. Populates an axis' entire first row with labels, with the given formatting.


Adds custom labels into the collection using min and max values and step.  
Add(Double,DateTimeIntervalType,String,LabelRow,LabelMark)

Adds multiple DateTime CustomLabel objects to the collection. Populates an axis' entire label row with custom labels for the given axis range and row, with the specified label marks.


Adds custom labels into the collection using min and max values and step.  
Add(Double,DateTimeIntervalType,String,Int32,LabelMark)

Adds multiple DateTime CustomLabel objects to the collection. Populates an axis' entire label row with custom labels for the given axis range and row, with the specified label marks.


Adds custom labels into the collection using min and max values and step.  
Add(Object)

Adds an object to the collection.


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

© 2009 All Rights Reserved.