| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected BarChart.Type |
BarChart.mType
The chart type.
|
| Modifier and Type | Method and Description |
|---|---|
static BarChart.Type |
BarChart.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarChart.Type[] |
BarChart.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BarChart(XYMultipleSeriesDataset dataset,
XYMultipleSeriesRenderer renderer,
BarChart.Type type)
Builds a new bar chart instance.
|
RangeBarChart(XYMultipleSeriesDataset dataset,
XYMultipleSeriesRenderer renderer,
BarChart.Type type)
Builds a new range bar chart instance.
|
Copyright © 2021. All rights reserved.