Specifies an image alignment when a background image is specified.
Chart image alignment type.
| Visual Basic (Declaration) | |
|---|---|
| Public Enum ChartImageAlign Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum ChartImageAlign : Enum | |
| Member | Description | 
|---|---|
| TopLeft | Image is aligned to the top-left corner of the chart element. Image aligned to the top left corner | 
| Top | Image is aligned to the top boundary of the chart element. Image aligned to the top boundary | 
| TopRight | Image is aligned to the top-right corner of the chart element. Image aligned to the top right corner | 
| Right | Image is aligned to the right boundary of the chart element. Image aligned to the right boundary | 
| BottomRight | Image is aligned to the bottom-right corner of the chart element. Image aligned to the bottom right corner | 
| Bottom | Image is aligned to the bottom boundary of the chart element. Image aligned to the bottom boundary | 
| BottomLeft | Image is aligned to the bottom-left corner of the chart element. Image aligned to the bottom left corner | 
| Left | Image is aligned to the left boundary of the chart element. Image aligned to the left boundary | 
| Center | Image is aligned to the center of the chart element. Image aligned in the center | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ChartImageAlign
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
 
  
  
  
 