Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 QCChart2D and QCChart2D CF (VB and C#)
 British vs US time formats
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

pdean

4 Posts

Posted - 09 Jun 2004 :  00:21:53  Show Profile  Reply with Quote
The time axis labels default to the US MDY format. I wish to have the option of defaulting to the UK DMY format. The following code works until I use the zoom.

// auto compute time axis labels
xAxisLabels.CalcAutoAxisLabels();

if (xAxisLabels.AxisLabelsFormat == ChartObj.TIMEDATEFORMAT_MDY)
xAxisLabels.AxisLabelsFormat = ChartObj.TIMEDATEFORMAT_DMY;

quinncurtis

1164 Posts

Posted - 09 Jun 2004 :  09:07:43  Show Profile  Reply with Quote
You should be able to set the TimeAxisLabels.EuroAutoFormatMonthDay property of your time axis labels to true. This will cause the auto-axis routines used in the zooming to always use European formated time axis labels.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07