-
public interface HorizontalInsetsUsed to apply horizontal insets to Charts.
-
-
Method Summary
Modifier and Type Method Description abstract Unitset(Float start, Float end)Sets the start and end insets. abstract UnitsetValuesIfGreater(Float start, Float end)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. -
-
Method Detail
-
setValuesIfGreater
abstract Unit setValuesIfGreater(Float start, Float end)
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.
-
-
-
-