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

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -