Uses of Class
software.xdev.chartjs.model.options.scales.BarScale
Packages that use BarScale
-
Uses of BarScale in software.xdev.chartjs.model.options.scales
Methods in software.xdev.chartjs.model.options.scales that return BarScaleModifier and TypeMethodDescriptionBarScale.setBarPercentage(BigDecimal barPercentage) Percent (0-1) of the available width each bar should be within the category percentage.BarScale.setBarThickness(BigDecimal barThickness) Manually set width of each bar in pixels.BarScale.setCategoryPercentage(BigDecimal categoryPercentage) Percent (0-1) of the available width (the space between the gridlines for small datasets) for each data-point to use for the bars.BarScale.setMaxBarThickness(BigDecimal maxBarThickness) Set this to ensure that bars are not sized thicker than this.As defined in Scales.