- setDrawValues(Boolean) - Method in class com.tambapps.android.grooidshell.chart.LineChart
-
Sets whether the y values should be displayed when this chart is showed
- setDrawValues(Boolean) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Sets whether the y values should be displayed when this chart is showed
- setLineCharts(List<LineChart>) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Sets all the line charts contained by this multi line chart
- setSecondYAxisBounds(float, float) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Sets the optional second Y axis bounds.
- setSecondYAxisBounds(List<Float>) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Sets the optional second Y axis bounds.
- setSecondYAxisBounds(float[]) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Sets the optional second Y axis bounds.
- setShowGrid(boolean) - Method in class com.tambapps.android.grooidshell.chart.LineChart
-
Sets whether this chart should show the grid when it is displayed (default value is true)
- setShowGrid(boolean) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Sets whether this chart should show the grid when it is displayed (default value is true)
- setTimeUnitX(TimeUnit) - Method in class com.tambapps.android.grooidshell.chart.LineChart
-
Set the time unit used to display x axis.
- setTimeUnitX(TimeUnit) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Set the time unit used to display x axis.
- setTitle(String) - Method in class com.tambapps.android.grooidshell.chart.LineChart
-
Sets the title of this chart
- setX(List<Number>) - Method in class com.tambapps.android.grooidshell.chart.LineChart
-
Sets the list of x values
- setY(List<Number>) - Method in class com.tambapps.android.grooidshell.chart.LineChart
-
Sets the list of y values
- setYSuffix(String) - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Sets the suffix used when displaying y values
- show() - Method in class com.tambapps.android.grooidshell.chart.LineChart
-
Displays the this LineChart in a new activity
- show() - Method in class com.tambapps.android.grooidshell.chart.MultiLineChart
-
Displays this chart in a new activity