I am using the class break renderer and generating a legend using the max and min values of the infos.
It seems that the min and max values of the infos evaluate the incoming values like this --> minValue <= x < maxValue. I am assuming this because the highest value of my dataset is being dropped from classification.
Has this been other people's experiences?