<?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 : Axis labels missing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Chart Control : Axis labels missing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 01:06:43 +0000</pubDate>
  <lastBuildDate>Thu, 07 Sep 2017 11:53:44 +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=23439</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[Axis labels missing : I have a chart that shows currency...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23439&amp;PID=76133&amp;title=axis-labels-missing#76133</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9122">iliketurtles</a><br /><strong>Subject:</strong> 23439<br /><strong>Posted:</strong> 07 September 2017 at 11:53am<br /><br />I have a chart that shows currency values over time with X and Y axes labelled. One of my users reports that the labels are missing. I verified that the&nbsp; titles appear, but not the axis labels. I don't see any reason why they would be missing for only one user. Any ideas? Using version 16.4.0.<br><br>Here is the relevant label setup code:<br><br>&nbsp;&nbsp;&nbsp; Dim Diagram As ChartDiagram2D<br>&nbsp;&nbsp;&nbsp; Set Diagram = Me.chart.Content.Series(0).Diagram<br>&nbsp;&nbsp;&nbsp; Diagram.AxisY.Title = "Value"<br>&nbsp;&nbsp;&nbsp; Diagram.AxisY.Title.Visible = True<br>&nbsp;&nbsp;&nbsp; Diagram.AxisY.label.Format.Category = xtpChartCurrency<br>&nbsp;&nbsp;&nbsp; Diagram.AxisY.label.Format.DecimalPlaces = 0<br>&nbsp;&nbsp;&nbsp; Diagram.AxisY.label.Format.UseThousandSeparator = True<br><br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.Title = "Date"<br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.Title.Visible = True<br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.label.Format.DateTimeCategory = xtpChartDateTimeCustom<br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.label.Format.DateTimeFormat = "MM/dd/yyyy"<br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.label.Angle = 315<br>&nbsp;&nbsp;&nbsp; Diagram.AxisX.DateTimeScaleUnit = xtpChartScaleMonth<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Diagram.AllowZoom = True<br>&nbsp;&nbsp;&nbsp; Diagram.AllowScroll = True<br>]]>
   </description>
   <pubDate>Thu, 07 Sep 2017 11:53:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23439&amp;PID=76133&amp;title=axis-labels-missing#76133</guid>
  </item> 
 </channel>
</rss>