Insets
Used to store the insets requested by ChartInsetters.
Parameters
the start inset.
the top inset.
the end inset.
the bottom inset.
See also
Constructors
Functions
Updates the size of each of the four insets to match the size of its corresponding inset from the provided Insets instance.
Sets a common size for all four insets.
Updates the sizes of the start inset and the end inset.
Updates the size of each of the four insets individually.
For each of the four insets, updates the size of the inset to the corresponding provided value if the corresponding provided value is greater.
For each of the four insets, updates the size of the inset to the size of the corresponding inset from the provided Insets instance if the size of the corresponding inset from the provided Insets instance is greater.
For the start and end insets, updates the value of the inset to the corresponding provided value if the provided value is greater than the current value.