Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LabelOutsidePlotAreaStyle Enumeration
See Also  
Dundas.Charting.WebControl Namespace : LabelOutsidePlotAreaStyle Enumeration


Data point label outside of the plotting area style.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Data point label outside of the plotting area style.")>
Public Enum LabelOutsidePlotAreaStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LabelOutsidePlotAreaStyle
C#  
[DescriptionAttribute("Data point label outside of the plotting area style.")]
public enum LabelOutsidePlotAreaStyle : Enum 

Members

Member Description
Yes Labels can be positioned outside of the plotting area.
No Labels can not be positioned outside of the plotting area.
Partial Labels can be partially outside of the plotting area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LabelOutsidePlotAreaStyle

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