Jump to content
Software FX Community

Recommended Posts

Posted

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

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...