Jump to content
Software FX Community

codyinman

Members
  • Posts

    3
  • Joined

  • Last visited

codyinman's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
  2. Any feedback would be great. I need a solution to this asap. Thanks
  3. Point Labels are not saving to the chart image when exporting. I have modified Chart.TemplateContents = FileContents.All and Chart.FileContents = FileContents.All and this does not work. Any suggestions? Thanks
×
×
  • Create New...