I am generating vertical bar 3 d chart in which I am displaying the values inside and outside the bars using inside= and outside= function. I am facing two issues here.
1. The values are displayed with decimal as 1.0 2.0 etc even though my dataset does not have decimal. only some of the values are haing decimal points. I need to get rid of these .0 when there is whole number.
2. If I give space=0 then only inside statisitics will be displayed otherwise it throws a warnign message saying "could not be labeled using INSIDE= because the labels are wider than the width specified "
Please help. Thanks in advance