Does anyone happen to know if the top chart title bar can be deleted (not made to display)? This would be in regards to canned JMP charts like variability charts, one-way charts (box, prob), etc.. I know how to rename the top chart title bars on charts using the Dispatch command, but was wondering if there is a way to not make them display at all. I was hoping to delete it and make something cleaner using simple string text (rather than the gray'd out top title bar).
For example, the below Dispatch command does not do anything to say a variability chart:
myChart = Variability Chart(
Y(:Yvalue),
X(:Xvalue),
SendToReport(
Dispatch({},"Variability Gauge",OutlineBox, {Select, Delete(1)} ),
...
Any help/thoughts appreciated... thx dj