Bober02 Posted July 29, 2010 Report Posted July 29, 2010 Can you change the above behaviour for chartfx line charts? I would like to have custom level of accuract (let's say 4 digits). Can I set it up somehow for my Y axis? Quote
JuanC Posted July 29, 2010 Report Posted July 29, 2010 If you check the properties for the AxisY object you will find the following // This changes the decimals used for the Y axis labels chart1.AxisY.Labels.Decimals = 3; // This changes the decimals used when displaying data (e.g. tooltip) chart1.AxisY.DataFormat.Decimals = 4; JuanC Quote
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.