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
Post a Comment