dotnetCHARTING Send comments on this topic.
Label Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : Label Class


The following tables list the members exposed by Label.

Public Constructors

  Name Description
Public Constructor Label Constructor Overloaded.  Initializes a new instance of the Label class.  
Top

Public Properties

  Name Description
Public Property Alignment Gets or sets the alignment of this label.  
Public Property AutoWrap Gets or sets a value that specifies whether this label will automatically wrap if it gets too long. This feature allows the chart to maintain the largest possible area for chart data.  
Public Property Color Gets or sets the color of this label.  
Public Property Font Gets or sets the font for this label.  
Public Property GlowColor Gets or sets a Color used to create a glow effect around the drawn text.  
Public Property Hotspot Gets or sets the Hotspot of this Label.  
Public Property LineAlignment Gets or sets the line alignment of this label.  
Public Property OutlineColor Gets or sets to color used to outline this label's text.  
Public Property Shadow Gets or sets a Shadow object used to cast a shadow for this label's text.  
Public Property Text Gets or sets the text for this label.  
Public Property Truncation Gets or sets properties used to dynamically shorten this label when it reaches a maximum length.  
Public Property Type Gets or sets a LabelType enumeration member which specifies the type of font used.  
Top

Public Methods

  Name Description
Public Method Clone (Inherited from dotnetCHARTING.Mapping.Drawing.Property)
Public Method Dispose  
Top

See Also