Hello,
a 3D bar graph used to display a count per date (every 3 months) sets the bars per date apart with a distance in relation to the dates. If I change one of the dates to one week after the previous date the bars are very close, partially covering each other. How can I display the bars with REGULAR distances on the X axis?
BTW: I'm using Teechart 6 in the end-user forms of Quick Report.
Rob
Irregular distances on the X axis in 3D Bar graph
Hi Rob,
the best way to solve this could be setting the axis labels style to "talText" and add the data using the XValue as a label (set the same XValue for the label).
Series1.AddXY(XDateTime,YValue,ZValue,DateToStr(XDateTime),clTeeColor);
the best way to solve this could be setting the axis labels style to "talText" and add the data using the XValue as a label (set the same XValue for the label).
Series1.AddXY(XDateTime,YValue,ZValue,DateToStr(XDateTime),clTeeColor);
Pep Jorge
http://support.steema.com
http://support.steema.com
Ehm... This seems gibberish to me!
I'm using the ENDUSER editor of TeeChart in a Delphi-written executable that is also in the enduser editor of QuickReport. That's then only part I can use.
It looks like your solution is a part of Delphi code. Is there a solution NOT using this code but the end-user system?
Rob
I'm using the ENDUSER editor of TeeChart in a Delphi-written executable that is also in the enduser editor of QuickReport. That's then only part I can use.
It looks like your solution is a part of Delphi code. Is there a solution NOT using this code but the end-user system?
Rob
Hi Rob,
how're you adding the data ? You should be able to do the same through the Editor.
how're you adding the data ? You should be able to do the same through the Editor.
Pep Jorge
http://support.steema.com
http://support.steema.com