
Index
Subject: Assigning a varying increment to axis
From: shahm@beltone.com (Newsgroups) Steema Software SL
Newsgroup: steema.public.teechart7.dotnet
Date: Wed, 26 Oct 2005 16:59:39 +0200
Hello eveyone,
Is there a way to assign a varying increment to the axis ?
For example I would like x axis to display points;
125 250 500 1000 2000 4000
Now here the increment every increment is double that of it's previous
point. So for a min value of 125 and max value of 4000, I would like to
assign a variable increment. Also in this same context I would like to
retrive the value of previous point so that i can put in the equation that
I assign to increment property.
so something like:
this.tChart1.Axes.Bottom.Increment=2 * (previous value on x axis)
Thanks.