Jump to content
Software FX Community

timlin

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by timlin

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

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

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

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