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


Chart image alignment type.

Syntax

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

Members

Member Description
TopLeft Image aligned to the top left corner
Top Image aligned to the top boundary
TopRight Image aligned to the top right corner
Right Image aligned to the right boundary
BottomRight Image aligned to the bottom right corner
Bottom Image aligned to the bottom boundary
BottomLeft Image aligned to the bottom left corner
Left Image aligned to the left boundary
Center Image aligned in the center

Inheritance Hierarchy

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

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