Use the members of this enumeration to set the value of the ImageAlignment property in the Style class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum AlignImageEnum
Visual Basic
Public Enumeration AlignImageEnum

Members

Member nameValueDescription
Hide0 Image is hidden
Left1 Image is aligned to the left
Right2 Image is aligned to the right
Top3 Image is aligned to the top
Bottom4 Image is aligned to the bottom
Center5 Image is center-aligned
Scale6 Image is scaled to fit the image area
Stretch7 Image is stretched to fit image area
Tile8 Image is tiled throughout the image area

See Also