Axis labels missing |
Post Reply |
Author | |
iliketurtles
Groupie Joined: 25 January 2017 Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 07 September 2017 at 11:53am |
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 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.
Here is the relevant label setup code: Dim Diagram As ChartDiagram2D Set Diagram = Me.chart.Content.Series(0).Diagram Diagram.AxisY.Title = "Value" Diagram.AxisY.Title.Visible = True Diagram.AxisY.label.Format.Category = xtpChartCurrency Diagram.AxisY.label.Format.DecimalPlaces = 0 Diagram.AxisY.label.Format.UseThousandSeparator = True Diagram.AxisX.Title = "Date" Diagram.AxisX.Title.Visible = True Diagram.AxisX.label.Format.DateTimeCategory = xtpChartDateTimeCustom Diagram.AxisX.label.Format.DateTimeFormat = "MM/dd/yyyy" Diagram.AxisX.label.Angle = 315 Diagram.AxisX.DateTimeScaleUnit = xtpChartScaleMonth Diagram.AllowZoom = True Diagram.AllowScroll = True |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |