Class AbstractAxis.BoundaryGap
java.lang.Object
io.jmix.chartsflowui.kit.component.model.axis.AbstractAxis.BoundaryGap
- Enclosing class:
- AbstractAxis<T extends AbstractAxis<T>>
The boundary gap on both sides of a coordinate axis. The option and behavior of category axes
and non-category axes are different.
-
The
boundaryGap
of category axis can be set to eithertrue
orfalse
. -
For non-category axis, including time, numerical value, and log axes,
boundaryGap
is an array of two values, representing the spanning range between minimum and maximum value. The value can be set in numeric value or relative percentage, which becomes invalid after settingAbstractAxis.min
andAbstractAxis.max
.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
categoryGap
-
nonCategoryGap
-
-
Constructor Details
-
BoundaryGap
-
BoundaryGap
-
-
Method Details
-
getCategoryGap
-
getNonCategoryGap
-