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