AnyChart
API Reference
Still have questions?
Contact support
Top

[enum] anychart.graphics.vector.Image.AlignImprove this Doc

Align enumeration.
ValueDescriptionExample
noneDo 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 is none, then the optional value is ignored.)
x-max-y-maxForce uniform scaling.
Align the + of the element's 'viewBox' with the maximum X value of the viewport.
Align the + of the element's 'viewBox' with the maximum Y value of the viewport.
x-max-y-midForce uniform scaling.
Align the + of the element's 'viewBox' with the maximum X value of the viewport.
Align the midpoint Y value of the element's 'viewBox' with the midpoint Y value of the viewport.
x-max-y-minForce uniform scaling.
Align the + of the element's 'viewBox' with the maximum X value of the viewport.
Align the of the element's 'viewBox' with the smallest Y value of the viewport.
x-mid-y-maxForce uniform scaling.
Align the midpoint X value of the element's 'viewBox' with the midpoint X value of the viewport.
Align the + of the element's 'viewBox' with the maximum Y value of the viewport.
x-mid-y-midForce 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-minForce uniform scaling.
Align the midpoint X value of the element's 'viewBox' with the midpoint X value of the viewport.
Align the of the element's 'viewBox' with the smallest Y value of the viewport.
x-min-y-maxForce uniform scaling.
Align the of the element's 'viewBox' with the smallest X value of the viewport.
Align the + of the element's 'viewBox' with the maximum Y value of the viewport.
x-min-y-midForce uniform scaling.
Align the of the element's 'viewBox' with the smallest X value of the viewport.
Align the midpoint Y value of the element's 'viewBox' with the midpoint Y value of the viewport.
x-min-y-minForce uniform scaling.
Align the of the element's 'viewBox' with the smallest X value of the viewport.
Align the of the element's 'viewBox' with the smallest Y value of the viewport.