Jump to content
Software FX Community

timlin

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by timlin

  1. Is it possible to save a chart fx graph out as a PDF file? If not, does Export support PNG as well as BMP? Thanks!
  2. I second this request. The nag screen sometimes hides, and you don't realize you need to click through. It also affects our build machines and requires manual intervention to continue the build.
  3. Nevermind, I figured it out. I am using the GetPointLabel event and formatting the text there with decimal.ToString("G29").
  4. I'm curious if there is support for plotting with a maximum decimal value. For example, I want to plot a combination of whole numbers and decimals, but I want the whole numbers to not display with the trailing decimals. For example, if I am plotting the values 90, 85.3, and 78.3442, and I am using DataFormat.Decimals = 3, the numbers display as "90.000", "85.300", and "78.344" when I want them to display as "90", "85.34", and "78.344". Is anything like this possible? Thanks!
  5. Thanks for the help; I need to resort my dataset to fix the series like you posted above.
  6. Thanks for the reply. I believe you are correct and I can get the functionality I need (hopefully) with a categorical axis. It may just be something I am doing wrong with binding. I tried plotting the dates as strings instead of DateTime objects while binding. I have 2 sets of data, for example, label A with 3 values of 9, 10, and 13. Label B has 3 values of 10, 11, and 14. The values 9 and 10, 10 and 11, and 13 and 14 are taken on the same date. When I bind the data using strings, I am getting 6 date values in the x-axis instead of 2 graphs with 3 date values.Is it correct to just bind the date values as strings? Thanks a lot!John
  7. I am plotting dates in the x-axis (as x-values) and doubles in the y-axis. If I have 3 double values, 9, 10, and 13, for example all plotted on the same date, they currently all plot at the 1/6/2014 date in a horizontal line. Is there a way to still use x-values for dates but have each date show up in the x-axis (the 1/6/2014 date would show up as 3 separate points)? Thanks! John
  8. Please reopen this issue because it is affecting us as well. The only difference here is that we have a month left before we need to renew our subscription, but ChartFx is showing a modal dialog warning us that the subscription will need to be renewed soon. Is there anyway to disable this popup message?
  9. Hello, Is there any way to intercept before the Graph "Properties..." screen displays (any event to subscribe to)? I am using manual scaling because it seems that auto scaling has changed in the recent versions. However, when the user brings up this properties screen and they change the min and max values, if they don't know to change the step value as well, the graph could look awful. I wanted to change the Step to Auto before this screen displays if possible. In the old version of ChartFx as well, there used to be a radio button where they would toggle between Auto and manual. There is no visual indication on this dialog which tells the user that they would need to type "Auto" into the Step edit box.Thanks!
×
×
  • Create New...