java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.axis.AxisTick
All Implemented Interfaces:
Serializable

public class AxisTick extends ChartObservableObject
Options component related to axis tick.
See Also:
  • Field Details

    • show

      protected Boolean show
    • alignWithLabel

      protected Boolean alignWithLabel
    • interval

      protected Integer interval
    • intervalFunction

      protected JsFunction intervalFunction
    • inside

      protected Boolean inside
    • length

      protected Integer length
    • lineStyle

      protected LineStyle lineStyle
  • Constructor Details

    • AxisTick

      public AxisTick()
  • Method Details

    • getShow

      public Boolean getShow()
    • setShow

      public void setShow(Boolean show)
    • getAlignWithLabel

      public Boolean getAlignWithLabel()
    • setAlignWithLabel

      public void setAlignWithLabel(Boolean alignWithLabel)
    • getInterval

      public Integer getInterval()
    • setInterval

      public void setInterval(Integer interval)
    • getIntervalFunction

      public JsFunction getIntervalFunction()
    • setIntervalFunction

      public void setIntervalFunction(JsFunction intervalFunction)
    • setIntervalFunction

      public void setIntervalFunction(String intervalFunction)
    • getInside

      public Boolean getInside()
    • setInside

      public void setInside(Boolean inside)
    • getLength

      public Integer getLength()
    • setLength

      public void setLength(Integer length)
    • getLineStyle

      public LineStyle getLineStyle()
    • setLineStyle

      public void setLineStyle(LineStyle lineStyle)
    • withShow

      public AxisTick withShow(Boolean show)
    • withAlignWithLabel

      public AxisTick withAlignWithLabel(Boolean alignWithLabel)
    • withInterval

      public AxisTick withInterval(Integer interval)
    • withIntervalFunction

      public AxisTick withIntervalFunction(JsFunction intervalFunction)
    • withIntervalFunction

      public AxisTick withIntervalFunction(String intervalFunction)
    • withInside

      public AxisTick withInside(Boolean inside)
    • withLength

      public AxisTick withLength(Integer length)
    • withLineStyle

      public AxisTick withLineStyle(LineStyle lineStyle)