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


Specifies an image alignment when a background image is specified.


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 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

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

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