Dundas Chart for ASP.NET
CustomLabelsCollection Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl 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. 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.