[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 | |
x-max-y-max | Force uniform scaling. Align the Align the | |
x-max-y-mid | Force uniform scaling. Align the Align the midpoint Y value of the element's 'viewBox' with the midpoint Y value of the viewport. | |
x-max-y-min | Force uniform scaling. Align the Align the | |
x-mid-y-max | Force uniform scaling. Align the midpoint X value of the element's 'viewBox' with the midpoint X value of the viewport. Align the | |
x-mid-y-mid | 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. | |
x-mid-y-min | Force uniform scaling. Align the midpoint X value of the element's 'viewBox' with the midpoint X value of the viewport. Align the | |
x-min-y-max | Force uniform scaling. Align the Align the | |
x-min-y-mid | Force uniform scaling. Align the Align the midpoint Y value of the element's 'viewBox' with the midpoint Y value of the viewport. | |
x-min-y-min | Force uniform scaling. Align the Align the |