| Package | Description |
|---|---|
| com.codename1.charts.renderers |
Provides renderer classes that keep the chart rendering / drawing styles.
|
| com.codename1.charts.views |
Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer.
|
| Modifier and Type | Method and Description |
|---|---|
XYMultipleSeriesRenderer.Orientation |
XYMultipleSeriesRenderer.getOrientation()
Returns the current orientation of the chart X axis.
|
static XYMultipleSeriesRenderer.Orientation |
XYMultipleSeriesRenderer.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XYMultipleSeriesRenderer.Orientation[] |
XYMultipleSeriesRenderer.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYMultipleSeriesRenderer.setOrientation(XYMultipleSeriesRenderer.Orientation orientation)
Sets the current orientation of the chart X axis.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CombinedXYChart.drawSeries(XYSeries series,
Canvas canvas,
Paint paint,
List<Float> pointsList,
XYSeriesRenderer seriesRenderer,
float yAxisValue,
int seriesIndex,
XYMultipleSeriesRenderer.Orientation or,
int startIndex) |
protected void |
XYChart.drawSeries(XYSeries series,
Canvas canvas,
Paint paint,
List<Float> pointsList,
XYSeriesRenderer seriesRenderer,
float yAxisValue,
int seriesIndex,
XYMultipleSeriesRenderer.Orientation or,
int startIndex)
Draws the series.
|
Copyright © 2023. All rights reserved.