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


This represents a collection of CustomLabel objects.


CustomLabelsCollection class is a strongly typed collection of custom axis labels.

Object Model

Syntax

Visual Basic (Declaration)  
Public Class CustomLabelsCollection 
Visual Basic (Usage) Copy Code
Dim instance As CustomLabelsCollection
C#  
public class CustomLabelsCollection 

Remarks

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.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WinControl.CustomLabelsCollection

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.