Use the members of this enumeration to set the value of the Style.ImageAlignment property in the Style class.
[Visual Basic]
Public Enum C1.Win.C1Chart.AlignImageEnum
[C#]
public enum C1.Win.C1Chart.AlignImageEnum
[Delphi]
type C1.Win.C1Chart.AlignImageEnum = (Bottom, Center, Hide, Left, Right, Scale, Stretch, Tile, Top);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Bottom |
Image is aligned to the bottom. |
Center |
Image is center-aligned. |
Hide |
Image is hidden. |
Left |
Image is aligned to the left. |
Right |
Image is aligned to the right. |
Scale |
Image is scaled to fit the image area. |
Stretch |
Image is stretched to fit image area. |
Tile |
Image is tiled throughout the image area. |
Top |
Image is aligned to the Top. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |