<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JSL Get 'Axis Label Row' Value of Labels in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Get-Axis-Label-Row-Value-of-Labels/m-p/809503#M99008</link>
    <description>&lt;P class=""&gt;list_value_order = &lt;SPAN class=""&gt;Arg&lt;/SPAN&gt;(&lt;SPAN class=""&gt;Arg&lt;/SPAN&gt;( &lt;SPAN class=""&gt;Column&lt;/SPAN&gt;( dt, &lt;SPAN class=""&gt;"Column name"&lt;/SPAN&gt; ) &amp;lt;&amp;lt; &lt;SPAN class=""&gt;Get Property&lt;/SPAN&gt;(&amp;nbsp;&lt;SPAN class=""&gt;"Value Order"&amp;nbsp;&lt;/SPAN&gt;), &lt;SPAN class=""&gt;1&amp;nbsp;&lt;/SPAN&gt;), &lt;SPAN class=""&gt;1&amp;nbsp;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Returns a list of the value orders (in order) if it was established via custom order... Don't know if this helps... and 3 years later!&lt;/P&gt;</description>
    <pubDate>Sat, 02 Nov 2024 22:08:21 GMT</pubDate>
    <dc:creator>Prokaryote</dc:creator>
    <dc:date>2024-11-02T22:08:21Z</dc:date>
    <item>
      <title>JSL Get 'Axis Label Row' Value of Labels</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Get-Axis-Label-Row-Value-of-Labels/m-p/436365#M68558</link>
      <description>&lt;P&gt;&lt;U&gt;Short version:&lt;/U&gt; In attached screenshot "X Axis Settings.JPG" down below there's a field "Value" next to "Label". How can I read those Values from a X axis in a JSL script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: The function &lt;STRONG&gt;obj &amp;lt;&amp;lt; Tick Label List()&lt;/STRONG&gt; can be used to &lt;EM&gt;set&lt;/EM&gt; what I want, but I need a way to &lt;EM&gt;read&lt;/EM&gt; it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Long version:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;In order to draw a line in my graph via 'Add Line Annotation' that doesn't go across the entire width of the graph, but just part of the X axis, I need to know the width of that part of the X axis.&lt;/P&gt;&lt;P&gt;In my script I have access to the AxisBox. This AxisBox now has 3 Axis Label Rows, which are not part of the tree structure.&lt;/P&gt;&lt;P&gt;The last Axis Label Row has two Labels (or Values).&amp;nbsp;Now the Value of the first Label is 0.5 and the Value of the second Label is 2.&lt;/P&gt;&lt;P&gt;I can find the width of the entire AxisBox, which naturally is also the width of the Axis Label Rows. If I could combine the width with the label values I'd have the length of my line.&lt;/P&gt;&lt;P&gt;How can I find the values of my labels?&lt;/P&gt;&lt;P&gt;I have attached a screenshot of my graph. This is about Row 3 Label 1 and Row 3 Label 2.&lt;/P&gt;&lt;P&gt;A second screenshot shows the X Axis Settings with the mentioned Values for the Labels.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I expected something like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;myAxisBox = myReport[axis box( 1 )];
myLabelRow = myAxisBox[Label Row( 3 )];
myValues = myLabelRow &amp;lt;&amp;lt; Get Values;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But since the Label Rows aren't part of the Tree Structure this isn't possible.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:05:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Get-Axis-Label-Row-Value-of-Labels/m-p/436365#M68558</guid>
      <dc:creator>Samu</dc:creator>
      <dc:date>2023-06-09T18:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Get 'Axis Label Row' Value of Labels</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Get-Axis-Label-Row-Value-of-Labels/m-p/437491#M68632</link>
      <description>&lt;P&gt;Well, I was hoping there'd be a more direct method, but I ended up adding up all unique combinations in the table that would be displayed on the axis. That way I can predict what the axis would look like.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 13:44:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Get-Axis-Label-Row-Value-of-Labels/m-p/437491#M68632</guid>
      <dc:creator>Samu</dc:creator>
      <dc:date>2021-11-17T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Get 'Axis Label Row' Value of Labels</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Get-Axis-Label-Row-Value-of-Labels/m-p/809503#M99008</link>
      <description>&lt;P class=""&gt;list_value_order = &lt;SPAN class=""&gt;Arg&lt;/SPAN&gt;(&lt;SPAN class=""&gt;Arg&lt;/SPAN&gt;( &lt;SPAN class=""&gt;Column&lt;/SPAN&gt;( dt, &lt;SPAN class=""&gt;"Column name"&lt;/SPAN&gt; ) &amp;lt;&amp;lt; &lt;SPAN class=""&gt;Get Property&lt;/SPAN&gt;(&amp;nbsp;&lt;SPAN class=""&gt;"Value Order"&amp;nbsp;&lt;/SPAN&gt;), &lt;SPAN class=""&gt;1&amp;nbsp;&lt;/SPAN&gt;), &lt;SPAN class=""&gt;1&amp;nbsp;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Returns a list of the value orders (in order) if it was established via custom order... Don't know if this helps... and 3 years later!&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 22:08:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Get-Axis-Label-Row-Value-of-Labels/m-p/809503#M99008</guid>
      <dc:creator>Prokaryote</dc:creator>
      <dc:date>2024-11-02T22:08:21Z</dc:date>
    </item>
  </channel>
</rss>

