How do I script in JSL the preference that I don't want to hide overlapping labels, please? If possible I'd like the preference to relate only to a specific chart I've created within the Graph Builder, but I'll settle for a general preference if isn't possible.
I've found the reference to "Hide Overlapping Labels" within the Preferences section of the Scripting Index, but the example doesn't seem to work. I note that the example actually says:
Preferences[1] << Set( Hide Overlap Labels( 0 ) );
and I'm guessing this is probably a typo, but correcting it to
Preferences[1] << Set( Hide Overlapping Labels( 0 ) );
show preferences();
doesn't seem to work either, although the preference does now appear in the list, and the relevant check box has changed its setting when "Preferences" is invoked from the File menu. Clicking on the "Apply" button of the Preferences window seems to force the required change to be acted upon, but I'm trying to do this from a script.
Many thanks.