Hello, i am trying to build a counter with a loop. i have already tried the following, but it seems that anything is wrong. The chart shows the bar number, but when i click inside the chart, the number changes.
Cnt[0] = 0;
for( i = 0; i < BarCount; i++ )
{
Cnt[ i ] = i ;
}
Graph0 = Cnt;
Thanks i advance !
