How to increment Bottom-Axis for Datetime series ?
Posted: Tue Mar 28, 2006 9:26 pm
Hi,
How do I increase the Maximum of a DateTime bottom axis
for an arbitrary number of minutes?
Currently I am using this line of code to increase the X-axis maximum for
a DateTime series.
tChart.Axes.Bottom.Maximum +=
Steema.TeeChart.Utils.GetDateTimeStep(Steema.TeeChart.DateTimeSteps.TenMinutes);
However, the enums from: Steema.TeeChart.DateTimeSteps
don't allow me to set more arbitrary values, like 78 Minutes.
How can I do that?
Thanks,
fano
How do I increase the Maximum of a DateTime bottom axis
for an arbitrary number of minutes?
Currently I am using this line of code to increase the X-axis maximum for
a DateTime series.
tChart.Axes.Bottom.Maximum +=
Steema.TeeChart.Utils.GetDateTimeStep(Steema.TeeChart.DateTimeSteps.TenMinutes);
However, the enums from: Steema.TeeChart.DateTimeSteps
don't allow me to set more arbitrary values, like 78 Minutes.
How can I do that?
Thanks,
fano