Do not initialize just when setting the mode
Reason: The isInitialized() method is used to determine if value labels are available or not, so when setting the mode and plotting the column, the value labels are used for the axis, which is not correct, because no value labels are available
fixes #571 (closed)