aTbRef updated for v11.7.0b797

Mark, following on from last night’s discussion of bargraph targets ( Target for bargraphs - Q & A - getting started with Tinderbox - Tinderbox Forum), @eastgate (astonishingly quickly…) implemented targets in bargraphs in this morning’s V11.7 release.

In researching, I noticed a slight contradiction in the text for Plot Inspector. I think the line:

Target . Optional value at which dotted line is drawn in $PlotColor. Only shown if the plot type is bar() or vbar(). Shown for all plot types except pie().

should probably read:

Target Optional value at which dotted line is drawn in $PlotColor. Shown for all plot types except pie().

Also, in Pattern: bargraph() (for container plot only) and the other relevant container plots, would it be useful to change the line beginning “The pattern accepts optional minimum…” to

The pattern accepts optional minimum, maximum, and target values:

bargraph($ValuesSource,min,max,target)

(Is this sort of comment helpful? Please ignore if it isn’t!)