core plot - iOS: How to make a CPTTradingRangePlot .stickLength be dynamic? -



core plot - iOS: How to make a CPTTradingRangePlot .stickLength be dynamic? -

how set cpttradingrangeplot sticklength dynamically in core plot ios?

cpttradingrangeplot *tradeplot = [(cpttradingrangeplot *)[cpttradingrangeplot alloc] initwithframe :....]; tradeplot.barwidth = 5.0; tradeplot.sticklength = 10.0f; //can vary dynamically

graph screenshot link

the length of symbol or (cpttradingrangeplot) sticklength varies not uniform.

you can set sticklength or other core plot property @ time, long phone call setter main thread. sticklength , many other properties animatable using core animation or cptanimation.

core-plot

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -