<?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: How to change the marker label from value to character in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-change-the-marker-label-from-value-to-character/m-p/20632#M18757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to use &lt;EM&gt;Value Labels&lt;/EM&gt;, a column property. It is easy to do manually for a limited number of values, but can also be done with JSL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;Current Data Table&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #008f00;"&gt;// Make list of value label "assignments"&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;vl &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;Repeat&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;{&lt;/STRONG&gt;i&lt;SPAN style="color: #011993;"&gt;++&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Eval Expr&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Expr&lt;/SPAN&gt;&lt;STRONG&gt;((&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;DNA2&lt;STRONG&gt;[&lt;/STRONG&gt;i&lt;STRONG&gt;]))&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Expr&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Char&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;DNA1&lt;STRONG&gt;[&lt;/STRONG&gt;i&lt;STRONG&gt;])&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;||&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Char&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;DNA2&lt;STRONG&gt;[&lt;/STRONG&gt;i&lt;STRONG&gt;])))}&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;N Row&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;dt&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #008f00;"&gt;// Set value label property&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #011993;"&gt;:&lt;SPAN style="color: #000000;"&gt;DNA2 &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Value Labels&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;vl&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #008f00;"&gt;// Make chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;dt &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;Chart&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;X&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;Batch&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Y&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;DNA2&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Label by Value&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Show Labels&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Bar Chart&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12829_Chart.png" style="width: 375px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3758i04FB33EA2B020E00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12829_Chart.png" alt="12829_Chart.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 04:10:18 GMT</pubDate>
    <dc:creator>ms</dc:creator>
    <dc:date>2016-10-19T04:10:18Z</dc:date>
    <item>
      <title>How to change the marker label from value to character</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-marker-label-from-value-to-character/m-p/20631#M18756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want make a bar chart labeled with character in different column from the column (numerical value) used for making bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the result of residual DNA amount can be reported as "&amp;lt; limit of quantification".&lt;/P&gt;&lt;P&gt;In case of this, I use limit of quantification value except "&amp;lt;" to make a chart and I want to mark that as "&amp;lt;" to provide the exact result.&lt;/P&gt;&lt;P&gt;There is a way using column label and Label by Row, but, it can be used only for one item per data table (more than ten items are in my data table).&lt;/P&gt;&lt;P&gt;Therefore, I am looking for the way that designating the different column for chart label using jmp script (I can't find yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone knows the way, please let me know how to do it. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example table&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="395" style="border: 1px solid #c6c6c6; width: 339px; height: 386px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Batch&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;DNA1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;DNA2&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;16AB01&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;16AB02&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&amp;lt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;16AB03&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;16AB04&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;16AB05&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&amp;lt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;16AB06&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&amp;lt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;16AB07&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;16AB08&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;16AB09&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;16AB10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;16AB11&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&amp;lt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Chart&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12814_DNA Chart.png" style="width: 622px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3757i2B8A792D781D32E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12814_DNA Chart.png" alt="12814_DNA Chart.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 04:10:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-marker-label-from-value-to-character/m-p/20631#M18756</guid>
      <dc:creator>kitae_han</dc:creator>
      <dc:date>2016-10-19T04:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the marker label from value to character</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-marker-label-from-value-to-character/m-p/20632#M18757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to use &lt;EM&gt;Value Labels&lt;/EM&gt;, a column property. It is easy to do manually for a limited number of values, but can also be done with JSL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;Current Data Table&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #008f00;"&gt;// Make list of value label "assignments"&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;vl &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;Repeat&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;{&lt;/STRONG&gt;i&lt;SPAN style="color: #011993;"&gt;++&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Eval Expr&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Expr&lt;/SPAN&gt;&lt;STRONG&gt;((&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;DNA2&lt;STRONG&gt;[&lt;/STRONG&gt;i&lt;STRONG&gt;]))&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Expr&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Char&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;DNA1&lt;STRONG&gt;[&lt;/STRONG&gt;i&lt;STRONG&gt;])&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;||&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;Char&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;DNA2&lt;STRONG&gt;[&lt;/STRONG&gt;i&lt;STRONG&gt;])))}&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;N Row&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;dt&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #008f00;"&gt;// Set value label property&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #011993;"&gt;:&lt;SPAN style="color: #000000;"&gt;DNA2 &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Value Labels&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;vl&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier; color: #008f00;"&gt;// Make chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 16px; line-height: normal; font-family: Courier;"&gt;dt &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;Chart&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;X&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;Batch&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Y&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;DNA2&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Label by Value&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Show Labels&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Bar Chart&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12829_Chart.png" style="width: 375px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3758i04FB33EA2B020E00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12829_Chart.png" alt="12829_Chart.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 04:10:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-marker-label-from-value-to-character/m-p/20632#M18757</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2016-10-19T04:10:18Z</dc:date>
    </item>
  </channel>
</rss>

