User (Legacy) Posted January 18, 2002 Report Share Posted January 18, 2002 I'm trying to format the X-Axis using a custom string and I keep getting unpredictable results. I see there was an issue with custom formatting but should have been corrected in build 8. We have the latest service pack and I'm still having problems formating a custom string. VB 6.0 ChartFX Client Server ChartFX.Axis(AXIS_X).Format = "m/d/yy h:mm" Is this the correct string or am I missing something? I keep getting the constant '37274' for all of my steps on the x-axis when I use this format string. Link to comment Share on other sites More sharing options...
Software FX Posted January 18, 2002 Report Share Posted January 18, 2002 The correct string is: ChartFX1.Axis(AXIS_X).Format = "xM/d/yy h:mm" M = Month m = minute x = DateTime (must be first character) -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.