I would like to insert a text box to a one-way analysis chart where the x-axis column is character-based. The online, examples I see all use charts with a continuous numerical x-axis. From the Customize menu, I add my script line as shown in the example.
Text(Center Justified, {_x_, _y_}, "_text_");
How do I enter an x-value when the x-axis is character?