Modifier and Type | Method and Description |
---|---|
MultiLineChart |
MultiLineChart.add(LineChart lineChart)
Adds a line chart to this multi line chart
|
MultiLineChart |
MultiLineChart.setDrawValues(Boolean drawValues)
Sets whether the y values should be displayed when this chart is showed
|
MultiLineChart |
MultiLineChart.setLineCharts(List<LineChart> lineCharts)
Sets all the line charts contained by this multi line chart
|
MultiLineChart |
MultiLineChart.setSecondYAxisBounds(float[] secondYAxisBounds)
Sets the optional second Y axis bounds.
|
MultiLineChart |
MultiLineChart.setSecondYAxisBounds(float lower,
float upper)
Sets the optional second Y axis bounds.
|
MultiLineChart |
MultiLineChart.setSecondYAxisBounds(List<Float> secondYAxisBounds)
Sets the optional second Y axis bounds.
|
MultiLineChart |
MultiLineChart.setShowGrid(boolean showGrid)
Sets whether this chart should show the grid when it is displayed (default value is true)
|
MultiLineChart |
MultiLineChart.setTimeUnitX(TimeUnit timeUnitX)
Set the time unit used to display x axis.
|
MultiLineChart |
MultiLineChart.setYSuffix(String ySuffix)
Sets the suffix used when displaying y values
|
Copyright © 2021. All rights reserved.