abidzain Posted September 26, 2007 Report Share Posted September 26, 2007 Hi, I want help in drawing custom gridl ine in the chart whenthe AxisX is of DateFormat. What value should be given for the propertyValue. CustomGridLine.Value = ? Same while drawing section, if the X axis is dateformat, what value should be provided for .To and .From property?thanking in advance, Quote Link to comment Share on other sites More sharing options...
Frank Posted September 26, 2007 Report Share Posted September 26, 2007 If the X-Axis is categorical (Bar, Cube, HilowClose) you need to pass the index of the point. 1 for the first point in the X-Axis. If the X-Axis is numeric (Line, Scatter, Area, etc.) then you pass the date as a double (ToOADate). 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.