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

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

    • show

      protected Boolean show
    • onZero

      protected Boolean onZero
    • onZeroAxisIndex

      protected Integer onZeroAxisIndex
    • symbols

      protected String[] symbols
    • symbolsSize

      protected Integer[] symbolsSize
    • symbolsOffset

      protected Integer[] symbolsOffset
    • lineStyle

      protected LineStyle lineStyle
  • Constructor Details

    • AxisLine

      public AxisLine()
  • Method Details

    • getShow

      public Boolean getShow()
    • setShow

      public void setShow(Boolean show)
    • getOnZero

      public Boolean getOnZero()
    • setOnZero

      public void setOnZero(Boolean onZero)
    • getOnZeroAxisIndex

      public Integer getOnZeroAxisIndex()
    • setOnZeroAxisIndex

      public void setOnZeroAxisIndex(Integer onZeroAxisIndex)
    • getSymbols

      public String[] getSymbols()
    • setSymbols

      public void setSymbols(String startSymbol, String endSymbol)
    • getSymbolsSize

      public Integer[] getSymbolsSize()
    • setSymbolsSize

      public void setSymbolsSize(Integer startSymbolSize, Integer endSymbolSize)
    • getSymbolsOffset

      public Integer[] getSymbolsOffset()
    • setSymbolsOffset

      public void setSymbolsOffset(Integer startSymbolOffset, Integer endSymbolOffset)
    • getLineStyle

      public LineStyle getLineStyle()
    • setLineStyle

      public void setLineStyle(LineStyle lineStyle)
    • withShow

      public AxisLine withShow(Boolean show)
    • withOnZero

      public AxisLine withOnZero(Boolean onZero)
    • withOnZeroAxisIndex

      public AxisLine withOnZeroAxisIndex(Integer onZeroAxisIndex)
    • withSymbols

      public AxisLine withSymbols(String startSymbol, String endSymbol)
    • withSymbolsSize

      public AxisLine withSymbolsSize(Integer startSymbolSize, Integer endSymbolSize)
    • withSymbolsOffset

      public AxisLine withSymbolsOffset(Integer startSymbolOffset, Integer endSymbolOffset)
    • withLineStyle

      public AxisLine withLineStyle(LineStyle lineStyle)