<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : [QUESTION] Chart NoItemsText</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : [QUESTION] Chart NoItemsText]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 18:50:06 +0000</pubDate>
  <lastBuildDate>Fri, 29 Jul 2011 05:42:18 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=18736</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[[QUESTION] Chart NoItemsText :   Xander75 wrote:Hi Aaron,Yeah...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18736&amp;PID=65577&amp;title=question-chart-noitemstext#65577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18736<br /><strong>Posted:</strong> 29 July 2011 at 5:42am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Xander75" alt="Originally posted by Xander75" style="vertical-align: text-bottom;" /> <strong>Xander75 wrote:</strong><br /><br />Hi Aaron,<BR><BR>Yeah I thought about that and have that in place for now, but I thought it would be nice to have some standardisation between controls.<BR><BR>It was just a "would be nice to have".<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Yes, would be nice to have... I could add this&nbsp;to requests&nbsp;in my ChartControl post but I don't think it's&nbsp;worth trying... I don't even get replies for the&nbsp;remaining "problems" from support. So I have to say good luck <img src="http://forum.codejock.com/smileys/smiley36.gif" height="17" width="17" border="0" alt="LOL" title="LOL" /></DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 29 Jul 2011 05:42:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18736&amp;PID=65577&amp;title=question-chart-noitemstext#65577</guid>
  </item> 
  <item>
   <title><![CDATA[[QUESTION] Chart NoItemsText : Hi Aaron,Yeah I thought about...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18736&amp;PID=65538&amp;title=question-chart-noitemstext#65538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18736<br /><strong>Posted:</strong> 28 July 2011 at 3:21am<br /><br />Hi Aaron,<br><br>Yeah I thought about that and have that in place for now, but I thought it would be nice to have some standardisation between controls.<br><br>It was just a "would be nice to have".<br>]]>
   </description>
   <pubDate>Thu, 28 Jul 2011 03:21:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18736&amp;PID=65538&amp;title=question-chart-noitemstext#65538</guid>
  </item> 
  <item>
   <title><![CDATA[[QUESTION] Chart NoItemsText : Hi Alexander,   You could add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18736&amp;PID=65525&amp;title=question-chart-noitemstext#65525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 18736<br /><strong>Posted:</strong> 27 July 2011 at 12:15pm<br /><br />Hi Alexander, <DIV>&nbsp;</DIV><DIV>You could add a "Title" instead</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; If rpcGrid(1).Records.Count &gt; 0 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set .Content.Series(1).style = New ChartLineSeriesStyle<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.Content.Series(1).style.Color = &amp;H4080FF<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.Content.Series(1).style.Label.Format.Category = xtpChartNumber<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.Content.Series(1).style.Label.Format.UseThousandSeparator = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.Content.Series(1).style.Label.Format.DecimalPlaces = 2<BR>&nbsp;&nbsp;&nbsp;&nbsp;Else</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With Me.ChartControl<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Content<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Titles<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DeleteAll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add "No items available"</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End With</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; End If</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 27 Jul 2011 12:15:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18736&amp;PID=65525&amp;title=question-chart-noitemstext#65525</guid>
  </item> 
  <item>
   <title><![CDATA[[QUESTION] Chart NoItemsText :   Hi,I have had a look but can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18736&amp;PID=65522&amp;title=question-chart-noitemstext#65522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18736<br /><strong>Posted:</strong> 27 July 2011 at 11:20am<br /><br />Hi,<br><br>I have had a look but can't find any functionality that's like the ReportControl.PaintManager.NoItemsText. <br><br>Is there something like this available within the ChartControl already?<br><br>If not then is it possible to add it? Like the ReportControl it would be good to display a reason as to why there is no chart data being displayed if no data is found. I would prefer that than showing a Chart with lots of zeros.<br><br>At the moment I check to see if the ReportControl I am getting data from has records greater than zero<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If rpcGrid(1).Records.Count &gt; 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set .Content.Series(1).style = New ChartLineSeriesStyle<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Content.Series(1).style.Color = &amp;H4080FF<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Content.Series(1).style.Label.Format.Category = xtpChartNumber<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Content.Series(1).style.Label.Format.UseThousandSeparator = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Content.Series(1).style.Label.Format.DecimalPlaces = 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br></pre></td></tr></table><br><br>As the Set .Content.Series(1).style = New ChartLineSeriesStyle is inside the check the Chart never gets populated with zeros (the way I want it), therefore a NoItemsText would be a nice have.<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Wed, 27 Jul 2011 11:20:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18736&amp;PID=65522&amp;title=question-chart-noitemstext#65522</guid>
  </item> 
 </channel>
</rss>