Dinosaur Posted March 4, 2007 Report Share Posted March 4, 2007 Hello, The type of chart I need is set on a fixed real time axis of width 24 hours. That is the axis needs to always be from 00:00:00 to 23:59:59 on any day. I would like to set custom steps for the axis, but AxisX.Steps accepts only doubles. What's the correlation between a numerical number and time? I tried setting Steps to 0.001 0.0001 0.0005 etc, but the actual intervals turned out to be some weird numbers like 38 seconds or 22 seconds... I couldn't really figure it out. Can someone give me a hand please? Thanks in advance. Shirley Quote Link to comment Share on other sites More sharing options...
Frank Posted March 5, 2007 Report Share Posted March 5, 2007 The conversion is as follows: 1 Day = 1 1 hour = 1.0/24.0 One Minute = 1.0/ (24.0 * 60) and so on. Quote Link to comment Share on other sites More sharing options...
Dinosaur Posted March 5, 2007 Author Report Share Posted March 5, 2007 Now it makes perfect sense hahaha. Thanks Frank! Quote Link to comment Share on other sites More sharing options...
Frank Posted March 16, 2007 Report Share Posted March 16, 2007 I'm glad that helped Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.