Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CustomLabel Class
See Also  Members  
Dundas.Charting.WebControl Namespace : CustomLabel Class


CustomLabel class represents a single custom axis label. Text and position along the axis is provided by the user.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Custom axis label.")>
<DefaultPropertyAttribute("Text")>
Public Class CustomLabel 
Visual Basic (Usage) Copy Code
Dim instance As CustomLabel
C#  
[DescriptionAttribute("Custom axis label.")]
[DefaultPropertyAttribute("Text")]
public class CustomLabel 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.CustomLabel

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