| Package | Description |
|---|---|
| com.codename1.charts |
The main ChartComponent Package
|
| 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 |
|---|---|
protected void |
ChartComponent.seriesPressed(SeriesSelection sel)
Called when a pointer is pressed on a series in the chart.
|
protected void |
ChartComponent.seriesReleased(SeriesSelection sel)
Called when a pointer is released from a series in the chart.
|
| Modifier and Type | Method and Description |
|---|---|
SeriesSelection |
AbstractChart.getSeriesAndPointForScreenCoordinate(Point screenPoint)
Given screen coordinates, returns the series and point indexes of a chart
element.
|
SeriesSelection |
PieMapper.getSeriesAndPointForScreenCoordinate(Point screenPoint)
Fetches the SeriesSelection for the PieSegment selected.
|
SeriesSelection |
XYChart.getSeriesAndPointForScreenCoordinate(Point screenPoint) |
SeriesSelection |
PieChart.getSeriesAndPointForScreenCoordinate(Point screenPoint) |
Copyright © 2021. All rights reserved.