In a bar graph where I want to animate the barWidth with the following code
nothing happens. The bar width is not changed. Doing the same animation with
barWidthScale (a CGFloat property) it works fine.
CPTBarPlot *plot = (id)[graph plotWithIdentifier: @"mainDebtValues"];
[CPTAnimation animate: plot
property: @"barWidth"
fromDecimal: plot.barWidth
toDecimal: CPTDecimalFromInt(1)
duration: 3
withDelay: 0
animationCurve: CPTAnimationCurveCubicInOut
delegate: nil];
Original issue reported on code.google.com by mike.lischke on 8 Oct 2013 at 6:22
Original issue reported on code.google.com by
mike.lischke
on 8 Oct 2013 at 6:22