Package 

Interface ChartValues


  • 
    public interface ChartValues
    
                        

    Where Charts get their data from.

    By default, minX, maxX, minY, and maxY are equal to ChartEntryModel.minX, ChartEntryModel.maxX, ChartEntryModel.minY, and ChartEntryModel.maxY, respectively, but you can use AxisValuesOverrider to override these values.