Module nl.crashdata.chartjs.data
Package nl.crashdata.chartjs.data
Interface ChartJsTickConfig<T extends Serializable>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractSimpleChartJsTickConfig,SimpleChartJsLabelTickConfig,SimpleChartJsNumericalTickConfig,SimpleChartJsTemporalTickConfig
public interface ChartJsTickConfig<T extends Serializable> extends Serializable
Represents the tick- or step-configuration for an axis of a chart, ie. what values to display on the axis. Corresponds to theconfig.options.scales.xAxes[].ticksandconfig.options.scales.yAxes[].ticksproperties.- Author:
- haster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetForcedMaximum()TgetForcedMinimum()TgetStepSize()TgetSuggestedMaximum()TgetSuggestedMinimum()
-