Hi,Scaling down an histogram graph to display only one bar triggers a "(min != max)" error.I need to display from 1 to 16 bars on my histogram.I use the setGraphRangeX(int min, int max) function for this.However, when I get down to 1 bar with setGrap...