activex - Teechart + Multple Box Plots -


i need plot around 80 box plot in single chart, have created 80series 7 point eachs, issue box plot plotted since using position problem on x axis getting 7 points labels want 80 box plot. please can me in this.

i have made simple code think can use achieve want:

private sub form_load() tchart1.aspect.view3d = false tchart1.legend.visible = false dim integer = 0 80 tchart1.addseries scbox tchart1.series(i).fillsamplevalues 7 tchart1.series(i).asboxplot.position = + 10 next tchart1.axis.bottom.labels.style = talvalue tchart1.axis.bottom.labels.angle = 90 end sub 

could tell if previous code you? if doesn't please, tell want, so, try give you, solution.

thanks,


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -