Hi, I want to display a barchart where all bars originate in
X = 1 and either go to the left (if value < 1) or to the right
(if value > 1). In addition I need the X-axis to be logarithmic
(I have found the setting for this)
Is this possible?
Best regards
/Jakob
How to display Bar chart with X-axis origin <> 0?
Hi Jakob,
I'm not sure what you refer. You can set the XPosition where you want to add the Bar using the Add method :
bar1.Add (XValue,YValue, Label);
About the logarightmic you can do :
tChart1.Axes.Bottom.Logarithmic = true;
I'm not sure what you refer. You can set the XPosition where you want to add the Bar using the Add method :
bar1.Add (XValue,YValue, Label);
About the logarightmic you can do :
tChart1.Axes.Bottom.Logarithmic = true;
Pep Jorge
http://support.steema.com
http://support.steema.com