Jump to content
Software FX Community

dbeve

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by dbeve

  1. Could you give me an example of this?
  2. Hi. I've asked a similar question regarding this in the past and the answer was to do the following: Chart.AxisY.DataFormat.Decimals = 3 This works great generally. However, I need something a little different. I might have 3 Y Axis and each one requires a different decimal setting. Say Row 1 is 0, Row 2 is 3 and Row 3 is 6. All of them reside on the same Y Axis. If I use the above example, ALL of the rows in the data grid end up with 6 decimal places. As far as I can tell, the decimal setting is not on the actual Axis Y row itself but more on the whole set of Axis Y objects. Please help. I can phone if necessary today as this is somewhat critical.
  3. Hi again. How do I show decimals in the datagrid? Presently, I have some data that might be 0.034200202 or some small number greater than 0 but less than 1. These always show up as 0 in the datagrid. Likewise, I'd like numbers such as 10.01 show up as 2 decimal places in the data grid. All i get right now are whole numbers - always. I expect there is an easy way to accomplish this. Thanks.
  4. Hi. I have a request to immediately show the most recent data first in the data grid. However, I do not want the chart to change. It's oldest --> newest date now but scrolls a ways over to the right. Is it possible to get the data grid to start scrolled as far as possible over to the right instead of the left? Thanks! Dave.
  5. Thanks for the quick response. That helps out a ton! I find it interesting that when I change the series text, it also changes the datagrid series label. This would serve our purposes nicely but was hoping I could change the legend text without also changing the data grid series title. Is that possible or are these labels essentially the same thing internally? Dave.
  6. Hi. We've been having great success using the Chart control on an application of ours. Our clients like being able to look at the data directly on the chart. Of course, they always want more. What they would love to be able to see is the cumulative data or total for the data set somewhere on the chart. Example: I might have a chart showing Sales of motorcycles vs. skidoos over time. What they would like to also see is the total number of motorcycles and skidoos sold over the whole time frame somewhere on the chart. Not necessarily actually on the graph part but somewhere like the legend or the datagrid. So, with that in mind, I have a couple of questions. 1. Is it possible to modify the legend text for each line on the chart to indicate some total value along with the name of the item being charted? ie) Motorcycles - 10,123. How would I do this? A simple example would be nifty. 2. Is it possible to have data in the data grid that is not part of the chart? How would I do this if it's possible? Thanks for any help here. It's appreciated. Dave.
×
×
  • Create New...