Dundas Chart for ASP.NET
LabelOutsidePlotAreaStyle Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : LabelOutsidePlotAreaStyle Enumeration


Specifies the degree a label is allowed to leave a plotting area.


Data point label outside of the plotting area style.

Syntax

Visual Basic (Declaration)  
Public Enum LabelOutsidePlotAreaStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LabelOutsidePlotAreaStyle
C#  
public enum LabelOutsidePlotAreaStyle : Enum 

Members

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.

Remarks

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.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.