com.nchart3d.NChart.NChartValueAxisDelegate Interface Reference
The NChartValueAxisDelegate interface provides methods to handle user interactions with value axis. More...
Public Member Functions | |
| void | tickTapped (String text, double value, NChartValueAxis axis) |
| Handle tick label tap. More... | |
Detailed Description
The NChartValueAxisDelegate interface provides methods to handle user interactions with value axis.
Member Function Documentation
| void com.nchart3d.NChart.NChartValueAxisDelegate.tickTapped | ( | String | text, |
| double | value, | ||
| NChartValueAxis | axis | ||
| ) |
Handle tick label tap.
- Parameters
-
axis - axis the tapped tick belongs to. text - string representation of the tick (that is shown on the chart). value - value of the tapped tick (the actual number behind the string).
