User (Legacy) Posted June 13, 2006 Report Posted June 13, 2006 I am trying to display a custom calculated datetime value in my chart as the x axis value, I have tried the code below, but no dice. Any ideas Thanks Brad Chart1.AxesX©.DataFormat.FormatDateTime(dt)
Software FX Posted June 13, 2006 Report Posted June 13, 2006 FormatDateTime is a method that returns you a string for a given Date Time value. It does NOT affect the state of the chart. Where do you want to display this value ? Take a look at AxisX.CustomGridlines and AxisX.CustomSteps. CustomGridlines allows you to add vertical lines at specific locations in the Axis, the lines can be labeled with text. CustomSteps allows you to have labels displayed at uneven intervals. -- Francisco Padron www.chartfx.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.