RecallPanelState does not update a Strip Chart's axis label properties.
If I call SavePanelState on a panel with a Strip Chart, and the strip chart has label strings enabled, and there are value/string pairs for that axis,
when I call RecallPanelState, "EnableLabelStrings" is not updated, and the value/string pairs are not restored.
Between the Save and Recall, the values/strings have been cleared (because the .uir file has no value/string pairs in it).
I know I can regenerate the value/string pairs once the panel has loaded, but this seems like a bug.