This represents a collection of CustomLabel objects.
CustomLabelsCollection class is a strongly typed collection of custom axis labels.
Visual Basic (Declaration) | |
---|---|
Public Class CustomLabelsCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class CustomLabelsCollection |
The CustomLabelsCollection class represents a collection of CustomLabel objects, which in turn represent the custom labels that an Axis object may use. It is exposed as the CustomLabels property of Axis objects.
NOTE: You can automatically populate an axis' entire label row with custom DateTime labels using any Add method definition that has a DateTimeIntervalType argument type.
The Count property indicates the total number of items in the collection, and is commonly used to find the upper bound of the collection.
System.Object
Dundas.Charting.WinControl.CustomLabelsCollection
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