Class BarChartOptions

    • Constructor Detail

      • BarChartOptions

        public BarChartOptions()
    • Method Detail

      • getScaleShowHorizontalLines

        public Boolean getScaleShowHorizontalLines()
      • setScaleShowHorizontalLines

        public void setScaleShowHorizontalLines​(Boolean scaleShowHorizontalLines)
      • getScaleShowVerticalLines

        public Boolean getScaleShowVerticalLines()
      • setScaleShowVerticalLines

        public void setScaleShowVerticalLines​(Boolean scaleShowVerticalLines)
      • getLegendTemplate

        public String getLegendTemplate()
      • setLegendTemplate

        public void setLegendTemplate​(String legendTemplate)
      • getBarShowStroke

        public Boolean getBarShowStroke()
        Gets the bar show stroke.
        Returns:
        the bar show stroke
      • setBarShowStroke

        public void setBarShowStroke​(Boolean barShowStroke)
        Sets the bar show stroke.
        Parameters:
        barShowStroke - the new bar show stroke (default is true).
      • getBarStrokeWidth

        public Integer getBarStrokeWidth()
        Gets the bar stroke width.
        Returns:
        the bar stroke width
      • setBarStrokeWidth

        public void setBarStrokeWidth​(Integer barStrokeWidth)
        Sets the bar stroke width.
        Parameters:
        barStrokeWidth - the new bar stroke width (default is 2).
      • getBarValueSpacing

        public Integer getBarValueSpacing()
        Gets the bar value spacing.
        Returns:
        the bar value spacing
      • setBarValueSpacing

        public void setBarValueSpacing​(Integer barValueSpacing)
        Sets the bar value spacing.
        Parameters:
        barValueSpacing - the spacing between each of the X value sets (default is 5)
      • getBarDatasetSpacing

        public Integer getBarDatasetSpacing()
        Gets the bar dataset spacing.
        Returns:
        the bar dataset spacing
      • setBarDatasetSpacing

        public void setBarDatasetSpacing​(Integer barDatasetSpacing)
        Sets the bar dataset spacing.
        Parameters:
        barDatasetSpacing - the spacing between data sets within X values (default is 1).