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


Label class contains properties which define visual appearance of the axis labels, their interval and position. This class is also responsible for calculating the position of all the labels and drawing them.

Syntax

Visual Basic (Declaration)  
<DefaultPropertyAttribute("Enabled")>
<DescriptionAttribute("Axis labels settings.")>
Public Class Label 
   Inherits ChartElement
Visual Basic (Usage) Copy Code
Dim instance As Label
C#  
[DefaultPropertyAttribute("Enabled")]
[DescriptionAttribute("Axis labels settings.")]
public class Label : ChartElement 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.ChartElement
      Dundas.Charting.WebControl.Label

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