Author Topic: chart question  (Read 569 times)

Allan19111911

  • Newbie
  • *
  • Posts: 17
    • View Profile
chart question
« on: February 18, 2020, 08:24:59 AM »
Hello everyone.  I'm getting really confused about the chart feature.    I want a bar chart that will display the value of 30  tags.  I want it to look like the default chart that gets pulled in from the toolbox.    I'm confused on where I reference these tags, where I set the y min and max  and where I label each column

thanks
Allan

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: chart question
« Reply #1 on: February 18, 2020, 05:17:44 PM »
The tags will need to be in an array and then use ChartByArray.

Allan19111911

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: chart question
« Reply #2 on: February 19, 2020, 08:19:30 AM »
Thanks Archie, I had tried this before but I messed up the index and update.  I have it working now
thanks
Again