Jump to content
Software FX Community

want to show exact values from database & Linear regression chart


binduchoudary

Recommended Posts

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...