C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / AlignImageEnum Enumeration

AlignImageEnum Enumeration
Use the members of this enumeration to set the value of the Style.ImageAlignment property in the Style class.
Syntax
'Declaration
 
Public Enum AlignImageEnum 
   Inherits System.Enum
 
Members
MemberDescription
BottomImage is aligned to the bottom
CenterImage is center-aligned
HideImage is hidden
LeftImage is aligned to the left
RightImage is aligned to the right
ScaleImage is scaled to fit the image area
StretchImage is stretched to fit image area
TileImage is tiled throughout the image area
TopImage is aligned to the top
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.AlignImageEnum

See Also