space width between bars

Hi, i use "ctBar" series in the chart. It's possible to set space width between them? i tried:

 Pane.Series.BarChartSpacingType := wtPixels;Pane.Series.BarChartSpacing := 0;

but the white space is still there. Thanks, SaLIk


You need to set the ValueWidth to 100 %

Pane.Series.Series[0].ValueWidth := 100;
Pane.Series.Series[1].ValueWidth := 100;
Pane.Series.Series[2].ValueWidth := 100;

for each serie visible.

Kind Regards, 
Pieter


Pieter Scheldeman2013-02-13 10:29:35