Jump to content
Software FX Community

jonny75904@yahoo.com

Members
  • Posts

    7
  • Joined

  • Last visited

jonny75904@yahoo.com's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have found bits and pieces of information in the forums but still haven't connected the pieces. Our application shows the chart in a popup window. We want to add two date selectors (prob extended text box) so our engineers can precisely set the same x-range on multiple charts. Can this be done client side? What is the best way to specifically set an x range across multiple charts?
  2. We have a page which cohabitates a chartfx 7 webforms chart and a modalpopupextender for feedback. Sometimes the modal popup gets hidden behind the chart. How can I keep this from happening?
  3. I cannot test in IE8, company default is IE7. My development VM runs Server 03 with IE6... Due to file size constraints, I have removed the ChartFx webforms dll from the bin. It will need to be re-added to the bin for the project to work. I'm not able to completely reproduce the issue though, since the real application is in sharepoint. However, we have attempted to duplicate our methods as accurately as possible.
  4. I have a chart running in .NET mode, and in the control there are two dropdownlists to control width and height using javascript. The goal is to expand the chart to very large dimensions for our engineers with large monitors. This works great in IE6 - we can expand the chart indefinitely and the rest of the page expands with it. IE7 truncates the chart to the right. This seems to be a browser issue, perhaps they handle css differently? Can someone please tell me how to fix this? The markup is rather unassuming, it's just an html table with two cells - the chart on the right, and when the width in pixels exceeds the cell it truncates. Please note that height works fine, everything shifts down with the chart.
  5. I too am having this same issue. I have a chart control in a table, running as a .NET control, and setting the height to Unit.Percentage(100) results in a zero height chart. The chart cohabitates a table row with a dynamically resizing tree control which is constantly changing the height of the row. As a result, there are no height specifications other than 100%. I need a way to resize the chart in response to the dynamic activities of the neighboring control.
  6. I guess let me get a bit more specific. We are using ChartFX as a .NET control, not an image. The chart exists as part of a 2 cell table. The left cell contains a tree style control to select charting options, and the chart is in the cell to the right. When the page loads, this does not work: this ._prodAndInjChart.Height = Unit.Percentage(100);This DOES get the chart on the screen, this ._prodAndInjChart.Height = Unit.Pixel(600);But there's no way to really know what the actual height of the table is. The result is a chart that does not "fit." We need a way for it to dynamically "inflate" to fit the cell.
  7. We are using Chart FX 7 in a web form, and we can specify the width at 100% and that works, but we are unable to change the height. Can someone please tell me how to change the height of the chart? (without creating a scroll bar)
×
×
  • Create New...