dotnetclassic Posted December 23, 2008 Report Share Posted December 23, 2008 I attached source code i want to show final presentation to my client he want to purchase this control. I am using candelistick gallery Chart1.DataSourceSettings.Fields.Add(New FieldMap("Date", FieldUsage.XValue)) Chart1.DataSourceSettings.Fields.Add(New FieldMap("Low", FieldUsage.Value)) Chart1.DataSourceSettings.Fields.Add(New FieldMap("Open", FieldUsage.Value)) Chart1.DataSourceSettings.Fields.Add(New FieldMap("Close", FieldUsage.Value)) Chart1.DataSourceSettings.Fields.Add(New FieldMap("High", FieldUsage.Value)) Chart1.DataSourceSettings.Fields.Add(New FieldMap("Volume", FieldUsage.NotUsed)) I want to show Volume on statusbar label please help me to fix the final problem... DrawChart is function to load data Chart1_MouseMove to show volume Quote Link to comment Share on other sites More sharing options...
dotnetclassic Posted December 23, 2008 Author Report Share Posted December 23, 2008 you can see in image which showing 78465700 volume in date:6/5/2008 but in attached excel file showing 76063400 Quote Link to comment Share on other sites More sharing options...
Frank Posted December 28, 2008 Report Share Posted December 28, 2008 Please post the code you have in the MouseMove event. Quote Link to comment Share on other sites More sharing options...
dotnetclassic Posted December 29, 2008 Author Report Share Posted December 29, 2008 You can download code in first message in this post. 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.