Class ChartUtils


  • public final class ChartUtils
    extends Object
    Utility methods for chart.
    • Method Detail

      • getChartPointByIndex

        public static PointProperties getChartPointByIndex​(Chart chart,
                                                           int index)
        Returns the PointProperties from chart with current index.
        Parameters:
        chart - the chart, can't be null
        index - the index of the PointProperties
        Returns:
        the PointProperties, never null