User (Legacy) Posted February 17, 2003 Report Share Posted February 17, 2003 Hello, I need urgent help for plotting graphics with SoftwareFX's ChartFX.Lite library. I wrote the following code: -- Chart1.OpenData(COD.Values,1,5); Chart1.AxisX.LabelsFormat.CustomFormat="HH:mm:ss"; Chart1.Value[0,0] = 30; Chart1.Value[0,1] = 76; Chart1.Value[0,2] = 43.5; Chart1.Value[0,3] = 90.75; Chart1.Value[0,4] = 12.5; Chart1.CloseData(COD.Values); -- When i run this program snippet i get a result at this picture: http://zam.0catch.com/chart1.JPG I need to place time enteries for the fields that is presented with HH:mm:ss at the picture, with 21:10:10, 21:10:11, ... etc. I searched all the help menus and the newsgroup for this. I found some information that suggests the usage of Chart1.AxisX.XValue[1,2]=some_value But i saw that there is no XValue indexer at the ChartFX Lite for .NET version. I saw some words about to placing time enteries at the help chm of ChartFX Lite, but there is no sample code present out there.. I need sample code for this please write some or give me some pointers to that kind of source. Regards, Ziver Link to comment Share on other sites More sharing options...
Software FX Posted February 17, 2003 Report Share Posted February 17, 2003 Sorry, Chart FX Lite does not support Date-Time formats. This is a feature of Chart FX for .NET. Note: Please post all Chart FX Lite related questions in chartfx.lite.net newsgroup. -- 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.