Search found 5 matches

by CA Rodger
Mon Aug 08, 2005 10:07 pm
Forum: VCL
Topic: Problem with X Axis label
Replies: 7
Views: 6590

Found the problem. The Labels property needed to be blank and Iwas setting it to the same as the X property. Not quite sure what should have been there or I guess I'm not quite sure how these settings should be set.

Thanks,
Rodger
by CA Rodger
Mon Aug 08, 2005 9:53 pm
Forum: VCL
Topic: Problem with X Axis label
Replies: 7
Views: 6590

Nope wasn't working for me. I tried DBChart1.Axes.Bottom.DateTimeFormat := 'mmm-yyyy'; and DBChart1.BottomAxis.DateTimeFormat := 'mmm-yyyy'; neither worked. I have the series DataSource set to DataSet with the Dataset set to the name of my query. I have the Date Column set in both the Labels and the...
by CA Rodger
Thu Jul 28, 2005 11:59 pm
Forum: VCL
Topic: Problem with X Axis label
Replies: 7
Views: 6590

I tried it with a TDBChart and still get the same result.

Regards,

Rodger
by CA Rodger
Thu Jul 21, 2005 6:17 pm
Forum: VCL
Topic: Problem with X Axis label
Replies: 7
Views: 6590

I tried the following code and no change its still displaying the labels incorrectly.

ppDPTeeChart1.Chart.BottomAxis.DateTimeFormat := 'mm-yyyy'


Rodger
by CA Rodger
Thu Jul 21, 2005 3:15 pm
Forum: VCL
Topic: Problem with X Axis label
Replies: 7
Views: 6590

Problem with X Axis label

I am using D5 with RB7.04 and TeeChart 7.04. I have a TppDPTeeChart on my form and I set the Bottom Axis Label format Date time format to mmm/yyyy. When viewing the graph in design mode the botom label displays properly (Dec/2005). When I run the application the label is displayed wrong. It comes ou...