Jump to content
Software FX Community

Format of decimal numbers in the data view of a chart


Georg.Meyer

Recommended Posts

How can I format the numerical values in the data view of a chart independently of the corresponding numerical labels of the y-axis?

Currently, I use the following code, which changes both the format of the y-axis labels and the format of the data-view values:

chart.AxisY.Labels.CustomFormat =

"0.00";

chart.DataView.Visibility =

Visibility.Visible;

However, I would like to use the format "0.##" for the y-axis labels and the format "0.00" for the data-view values.

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