binduchoudary Posted December 5, 2008 Report Share Posted December 5, 2008 hi, I am using access database. ChetFx7,VS 2005 I have double values in my database(for e.g 0,2 ,0.3) I want to show exact values from database on X-axis. And How to generate Liear regression scattered chart? Please Give me solution Quote Link to comment Share on other sites More sharing options...
TomasT Posted December 10, 2008 Report Share Posted December 10, 2008 Hi, You need to set the number of decimals you wnat to see in order to see more detailed values: chart1.AxisX.DataFormat.Decimals = 4; chart1.AxisX.LabelsFormat.Decimals = 4; Onnly the statistical package included with the Extensions pack can caluclate LInear regression chart. If yo don;t want to use the extension, you will need to calculate the line yourself and pass values as an adiditonal series. Regards, TT 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.