<?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 : ChartAxisLabel format strings</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : ChartAxisLabel format strings]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 02:43:10 +0000</pubDate>
  <lastBuildDate>Tue, 12 Jul 2011 16:37:13 +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=18633</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[ChartAxisLabel format strings : Hi Oleg and SuperMario, thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65233&amp;title=chartaxislabel-format-strings#65233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6888">Mr. DX</a><br /><strong>Subject:</strong> 18633<br /><strong>Posted:</strong> 12 July 2011 at 4:37pm<br /><br />Hi Oleg and SuperMario,<DIV>thanks for your help! This are usual strings used to format date and time data. The problem is, I can't find the DateTimeCategory property in Chart Pro 15.0.2. Is this only available in XCP 15.1?</DIV>]]>
   </description>
   <pubDate>Tue, 12 Jul 2011 16:37:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65233&amp;title=chartaxislabel-format-strings#65233</guid>
  </item> 
  <item>
   <title><![CDATA[ChartAxisLabel format strings : You can specify your own custom...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65218&amp;title=chartaxislabel-format-strings#65218</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18633<br /><strong>Posted:</strong> 12 July 2011 at 9:47am<br /><br />You can specify your own custom format when DateTimeCategory is set to xtpChartDateTimeCustom.<br><br>&nbsp;<br><br>Here are just a few examples of custom formats: <br><br>Days:<br><br>"d MMM", "d MMM, yyyy", "MMMM, dd" and "MM/dd/yyyy".<br><br>Months:<br><br>"MMM", "MMM, yyyy", "MMMM, yyyy", "MM/dd/yyyy", "MMMM, yyyy"<br><br>Years:<br><br>"yyyy", "yy"<br><br>Time:<br><br>"HH:mm", "ddd, HH:mm"<br><br>&nbsp;<br><br>This example shows how to set a custom date format:<br><br>&nbsp;&nbsp;&nbsp; Dim Diagram As ChartDiagram2D<br>&nbsp;&nbsp;&nbsp; Set Diagram = ChartControl.Content.Diagrams(0)<br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.Label.Format.DateTimeCategory = xtpChartDateTimeCustom<br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.Label.Format.DateTimeFormat = "MM/dd/yyyy"<br><br>&nbsp;]]>
   </description>
   <pubDate>Tue, 12 Jul 2011 09:47:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65218&amp;title=chartaxislabel-format-strings#65218</guid>
  </item> 
  <item>
   <title><![CDATA[ChartAxisLabel format strings : You can download 15.1 beta from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65212&amp;title=chartaxislabel-format-strings#65212</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18633<br /><strong>Posted:</strong> 12 July 2011 at 8:26am<br /><br />You can download 15.1 beta from store.]]>
   </description>
   <pubDate>Tue, 12 Jul 2011 08:26:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65212&amp;title=chartaxislabel-format-strings#65212</guid>
  </item> 
  <item>
   <title><![CDATA[ChartAxisLabel format strings : Dear Oleg, thanks for the info!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65202&amp;title=chartaxislabel-format-strings#65202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6888">Mr. DX</a><br /><strong>Subject:</strong> 18633<br /><strong>Posted:</strong> 11 July 2011 at 4:23pm<br /><br />Dear Oleg,<DIV>thanks for the info! Is there no list of format strings available to be used with the chart control?&nbsp;&nbsp;Where can I download version 15.1?</DIV>]]>
   </description>
   <pubDate>Mon, 11 Jul 2011 16:23:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65202&amp;title=chartaxislabel-format-strings#65202</guid>
  </item> 
  <item>
   <title><![CDATA[ChartAxisLabel format strings : Its updated in 15.1. ChartBrowser...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65193&amp;title=chartaxislabel-format-strings#65193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18633<br /><strong>Posted:</strong> 11 July 2011 at 6:28am<br /><br />Its updated in 15.1. ChartBrowser in this version has DateTime scale demo that show different values.]]>
   </description>
   <pubDate>Mon, 11 Jul 2011 06:28:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65193&amp;title=chartaxislabel-format-strings#65193</guid>
  </item> 
  <item>
   <title><![CDATA[ChartAxisLabel format strings : Hi,  the format property of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65167&amp;title=chartaxislabel-format-strings#65167</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6888">Mr. DX</a><br /><strong>Subject:</strong> 18633<br /><strong>Posted:</strong> 07 July 2011 at 2:54pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>the format property of the ChartAxisLabel object is described only very shortly in the online help. So I don't know what format strings can be used to format for example&nbsp;date and time strings. The usual format strings used in VB, for example "hh:mm" etc., don't work. Can somebody help me? Where can I find a list of format strings? Thanks alot for your help! <img src="http://forum.codejock.com/smileys/smiley5.gif" height="17" width="17" border="0" alt="C&#111;nfused" title="C&#111;nfused" /></DIV>]]>
   </description>
   <pubDate>Thu, 07 Jul 2011 14:54:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18633&amp;PID=65167&amp;title=chartaxislabel-format-strings#65167</guid>
  </item> 
 </channel>
</rss>