Skip to main content
7-Bedrock
May 9, 2024
Solved

ThingWorx 9.3 Labelchart XAxis Format for MM/DD

  • May 9, 2024
  • 1 reply
  • 2420 views

Hello, I am pretty new for Thingworx, I am using the Labelchart widget and would like to change the XAxis marker format from DD/MM to MM/DD to line up my host server setup, now my system shows MM/DD/YYY but my Labelchart X Axis shows DD/MM, the setting for the Labelchart is as follow:

XAxisLabelType: DateTime, XAxisFormat is MM/DD and XAixsField is dt, this setting is always shows DD/MM on my XAxis, only when I changed the XAxisField to nCount, I will get the MM/DD but the XAxis is not line up with current time. Seems the Labelchart cannot be localized

Best answer by RL_9400154

@Surya_Tiwari Thanks for getting back, I actually figured out it is the application locked down the dt with using query, indeed if I don't choose dt but just nCourt, the MM/DD works.

1 reply

16-Pearl
May 9, 2024

Hi @RL_9400154   Look at the below reference article.

https://www.ptc.com/en/support/article/CS341400

RL_94001547-BedrockAuthorAnswer
7-Bedrock
May 10, 2024

@Surya_Tiwari Thanks for getting back, I actually figured out it is the application locked down the dt with using query, indeed if I don't choose dt but just nCourt, the MM/DD works.