Interface ChartJsScaleLabelConfig

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    SimpleChartJsScaleLabelConfig

    public interface ChartJsScaleLabelConfig
    extends Serializable
    Represents the scale-label-configuration for a chart, ie. the label for an axis. Corresponds to the config.options.scales.xAxes[].scaleLabel and config.options.scales.yAxes[].scaleLabel properties.
    Author:
    haster
    • Method Detail

      • getLabelString

        String getLabelString()