Hello
I've used JSL to change some axis settings of a column sucessfully. Though for one of the settings, "Ref Lines" I can't find a solution.
This works for me:
dt << New Column("Values_ln",
Formula(:Values),
Set Property("axis", {min(0.1), Max(150), Inc(1), Minor Ticks(1), Show Major Grid(1), Show Minor Grid(1), Inside Ticks(0), Scale(Log)}
);
);
But i also want the Ref Lines Setting to be 0.3 and I cant find that setting i.e. nothing happens when i do this:
Set Property("axis", {min(0.1), Max(150), Inc(1), Minor Ticks(1), Show Major Grid(1), Show Minor Grid(1), Inside Ticks(0), Scale(Log), Ref Lines(0.3)}
There is an attached image of the box i want to fill.
Thanks