Specifies the degree a label is allowed to leave a plotting area.
Data point label outside of the plotting area style.
| Visual Basic (Declaration) | |
|---|---|
Public Enum LabelOutsidePlotAreaStyle Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum LabelOutsidePlotAreaStyle : Enum  | |
| Member | Description | 
|---|---|
| Yes | 
 Labels are allowed to leave the plotting area if necessary. Labels can be positioned outside of the plotting area.  | 
| No | 
 Labels are not allowed to leave the plotting area. Labels can not be positioned outside of the plotting area.  | 
| Partial | 
 Labels are allowed to leave the plotting area if necessary but no more than 50% of the label cannot be drawn outside the plotting area. Labels can be partially outside of the plotting area.  | 
The LabelOutsidePlotAreaStyle enumeration represents the degree that a label is allowed to leave a plotting area. It is used in conjunction with the AllowedOutsidePlotArea property of the SmartLabelsStyle object.
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.LabelOutsidePlotAreaStyle
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