Module nl.crashdata.chartjs.data
Package nl.crashdata.chartjs.data
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 theconfig.options.scales.xAxes[].scaleLabelandconfig.options.scales.yAxes[].scaleLabelproperties.- Author:
- haster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabelString()BooleanisDisplay()
-