Change Label Name Display in Custom Chart

arunTTT2P
Observer Observer
0 Views
1 Reply
Message 1 of 2

Change Label Name Display in Custom Chart

arunTTT2P
Observer
Observer

[ FlexSim 17.1.2 ]

Hi,

Can we change the display name of labels in a custom chart?

When we display a label value using custom chart, the display name cannot be updated to a user display name using the display name field.

6997-untitled.png

Pls see the attached model.display-name-of-labels.fsm

0 Likes
Accepted solutions (1)
1 View
1 Reply
Reply (1)
Message 2 of 2

arunTTT2P
Observer
Observer
Accepted solution

Hi,

Changing the category title will help. I just replaced the return value of category title by double quotes.

treenode current = param(1);
int categorynum = param(2);
return "";

Regards,

Arun KR