<?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 Display text to the right of a vertical ReferenceLine in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13741#M273</link>
    <description>Is there a way to force the CurveLabel string to appear to the right of a vertical reference line?</description>
    <pubDate>Tue, 14 Jun 2011 20:46:08 GMT</pubDate>
    <dc:creator>Nobody</dc:creator>
    <dc:date>2011-06-14T20:46:08Z</dc:date>
    <item>
      <title>Display text to the right of a vertical ReferenceLine</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13741#M273</link>
      <description>Is there a way to force the CurveLabel string to appear to the right of a vertical reference line?</description>
      <pubDate>Tue, 14 Jun 2011 20:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13741#M273</guid>
      <dc:creator>Nobody</dc:creator>
      <dc:date>2011-06-14T20:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display text to the right of a vertical ReferenceLine</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13742#M274</link>
      <description>can we assume that you have experimented with curvelabelposition and curvelabellocation already?</description>
      <pubDate>Wed, 15 Jun 2011 04:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13742#M274</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2011-06-15T04:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Display text to the right of a vertical ReferenceLine</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13743#M275</link>
      <description>Yes we can.  I suppose an equivalent question would be "Is there a way to force the CurveLabel string to appear below a horizontal reference line?"</description>
      <pubDate>Wed, 15 Jun 2011 20:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13743#M275</guid>
      <dc:creator>Nobody</dc:creator>
      <dc:date>2011-06-15T20:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display text to the right of a vertical ReferenceLine</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13744#M276</link>
      <description>No, there is no way to force the curve label below the reference line in a general purpose way.  &lt;BR /&gt;
&lt;BR /&gt;
If this is a custom graph, you could create extra X, Y and Label columns with one observation and use a scatter plot as follows.  :&lt;BR /&gt;
&lt;BR /&gt;
  scatterplot x=x y=x / markercharacter=label markerattrs=(size=0). &lt;BR /&gt;
&lt;BR /&gt;
The label will be centered on (x, y).  Adjust X and Y to get the label where you want.  Turn off the ReferenceLine label.</description>
      <pubDate>Wed, 15 Jun 2011 20:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-text-to-the-right-of-a-vertical-ReferenceLine/m-p/13744#M276</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2011-06-15T20:59:54Z</dc:date>
    </item>
  </channel>
</rss>

