Use the members of this enumeration to set the value of
the ImageAlignment property
in the Style class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum AlignImageEnum |
Visual Basic |
---|
Public Enumeration AlignImageEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Hide | 0 | Image is hidden. | |
Left | 1 | Image is aligned to the left. | |
Right | 2 | Image is aligned to the right. | |
Top | 3 | Image is aligned to the Top. | |
Bottom | 4 | Image is aligned to the bottom. | |
Center | 5 | Image is center-aligned. | |
Scale | 6 | Image is scaled to fit the image area. | |
Stretch | 7 | Image is stretched to fit image area. | |
Tile | 8 | Image is tiled throughout the image area. |