Hi guys, as you see I get the data value label on top of the column rectangle : that's wrong for negative values. I just marked the checkbox in the wizard, so it seems to be a bug..? But I don't believe that.
Since it's more likely I made something wrong anyone may help me ? I'd need a suggestion to make it in code, avoiding the wizard.
Thanks in advance
Marco
Try using:
this.UltraChart1.ColumnChart.ChartTextValueAlignment = ValueAlignment.PositiveAndNegative;
Thanks Teodor, after some researching I already found it.