Bottom axis label
Posted: Tue Mar 13, 2007 7:01 am
I have time and date on bottom axis of TeeChart. Date/Time format in MS Access database had format (example): "7.3.2007 14:06:58". How can i set fixed minimum and maximum value on bottom axis?
With TChart1.Axis.Bottom
.Labels.MultiLine = True
.Labels.DateTimeFormat = "dd.mm.yy hh:mm "
.Automatic = False
.Minimum =??????
.Maximum =??????
End With
Regards[/code]
With TChart1.Axis.Bottom
.Labels.MultiLine = True
.Labels.DateTimeFormat = "dd.mm.yy hh:mm "
.Automatic = False
.Minimum =??????
.Maximum =??????
End With
Regards[/code]