I duplicated the indicator into a new one, called jtBarInfo2 (attached).
Here are the changes in jtBarInfo2:
- IsOverlay = false;
- Commented out ShowTransparentPlotsInDataBox = true;
- Changed the Brushes for the plots from Transparent to various colors.
I hope that helps! Thanks again for taking a look. As I said before, the correct information is displayed either way, so this isn't a big deal. But, as you can see, if set to Ticks, the whole number format is much easier to read.
Kind regards,
Matt

Now, whether set to Point or Ticks, whole number values are displayed as such. That is, if the range is 8.0 points, it shows "8"; if 8.25, it shows as "8.25", if 8.5, it shows as "8.5".
Comment