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
boundaryGapof category axis can be set to eithertrueorfalse. -
For non-category axis, including time, numerical value, and log axes,
boundaryGapis 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.minandAbstractAxis.max.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
categoryGap
-
nonCategoryGap
-
-
Constructor Details
-
BoundaryGap
-
BoundaryGap
-
-
Method Details
-
getCategoryGap
-
getNonCategoryGap
-