[enum] anychart.graphics.vector.Image.AlignImprove this Doc
Align enumeration.
Try it:
| Value | Description | Example |
|---|---|---|
| none | Do not force uniform scaling. Scale the graphic content of the given element non-uniformly if necessary such
that the element's bounding box exactly matches the viewport rectangle.
(Note: if | |
| xMaxYMax | Force uniform scaling. Align the Align the | |
| xMaxYMid | Force uniform scaling. Align the Align the midpoint Y value of the element's ‘viewBox’ with the midpoint Y value of the viewport. | |
| xMaxYMin | Force uniform scaling. Align the Align the | |
| xMidYMax | Force uniform scaling. Align the midpoint X value of the element's ‘viewBox’ with the midpoint X value of the viewport. Align the | |
| xMidYMid | Force uniform scaling. Align the midpoint X value of the element's ‘viewBox’ with the midpoint X value of the viewport. Align the midpoint Y value of the element's ‘viewBox’ with the midpoint Y value of the viewport. | |
| xMidYMin | Force uniform scaling. Align the midpoint X value of the element's ‘viewBox’ with the midpoint X value of the viewport. Align the | |
| xMinYMax | Force uniform scaling. Align the Align the | |
| xMinYMid | Force uniform scaling. Align the Align the midpoint Y value of the element's ‘viewBox’ with the midpoint Y value of the viewport. | |
| xMinYMin | Force uniform scaling. Align the Align the |
