Suggestion:
Add ability to define how the value of the tick marks on a color bar are displayed.
For example with very large values (10^15+) the labels do not always display properly. It would be good to be able to define the string format for these ticks.
For example:
tickLabel= tickValue.ToString("+0.000e00; -0.000e00")
