Jump to content
Software FX Community

Decimal Issue - Point Labels & Tooltips


codyinman

Recommended Posts

When we render our bar chart with data, we are supplying decimal values (12.80, 13.21, 34.67, etc...). The chart seems to properly display the data, but when you hover over the bar and get the tooltip it display the value rounded.

 

Example:

Data = 12.80

Tooltip = "Value is 13"

Chart Setting = Chart1.ToolTipFormat = "Value is %v";

 

This same issue happens with the point labels. We have checked the data directly from the chart and it is correct (12.80)

 

Example:  double data = Chart1.Data[0, 0];

 

We need the value to display as a decimal on the tooltip and point labels. Are we missing something here??

DLL version is 7.0.2893.24781.

 

 

 

 

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