activex - Teechart Axis Item Modification of X axis Item -


can let me know how can modify x-axis point value pro-grammatically.

thanks akshay

if want change x values in runtime can next:

for = 0 tchart1.series.count      j = 0 tchart1.series(i).count      tchart1.series(i).xvalues(j) = j + 3     next j next 

could tell if previous you?

i hope helps.

thanks,


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -