Hi Miguel!
I have just added it. Check this:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= b := RTDynamicStackedGrapher new. b numberOfBars: 10. b minY: -200; maxY: 200.
b y: #yourself.
b barShape color: (Color red alpha: 0.3). b textBelow: #yourself. “<<<<===="
b view addMenu: '+ 1' callback: [ b add: 400 atRandom - 200 ]. b -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Cheers, Alexandre
On May 18, 2015, at 6:48 PM, Miguel Campusano mcampusa@dcc.uchile.cl wrote:
Hi, I'm working with RTDynamicStackedGrapher to generate dynamic stacked graph and I want to add a name on the X axis below every bar. I see something like this working on RTStackedDataSet with the message barChartWithBarCenteredTitle: . There is something working for RTDynamicStackedGrapher? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev