XChart
XChart copied to clipboard
Updated version, some methods have been deleted.
I updated the version from 3.6.4 to 3.8.1 and found that some methods were deleted。 Does it work differently now?
Method of disappearance:
- AxesChartSeries.setToolTips(String[] toolTips)
- AxesChartSeries.setCustomToolTips(boolean isCustomToolTips)
- Chart.getChartYFromCoordinate(int screenY)
- Chart.getChartXFromCoordinate(int screenX)
- Chart.getScreenXFromChart(double xValue)
- Chart.getScreenYFromChart(double yValue)
- Styler.setAnnotationsFontColor(Color annotationsFontColor)
- Styler.setHasAnnotations(boolean hasAnnotations)
Happened me the same with setToolTIps method.
Any news about this? it is planned to fix the setTooltips(String []) method not present anymore?