Jump to content
Software FX Community

ARissing

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by ARissing

  1. We currently store off all of the charts we're currently using as XML. When we want to pull up a report, we merge the DataTable with the chart control loaded up from the XML. If we were to supply additional elements in the XML schema, would loading/saving that schema from the chart control maintain the additional XML elements or will it be lost? We plan on looking for these elements to peform additional run time functionality. I don't suspect you'll maintain it, but I just wanted to know before I attempt to maintain additional 'custom' sections in a separate document. If you don't, it would be something interesting to support in some fashion or another.
  2. The panes within ChartFX are displayed top to bottom. Is there not a way to display them in a left to right fashion? If not, is there any plans to implement such?
  3. Thanks Frank that worked. P.S. The indices are 1-based, so you know. The first one is 1, the second 2, and so forth.
  4. We're currently trying to combine bar charts with annotations, but have no success. As soon as we change the series type to line, the annotations show up. When switching back to bar, the annotations do not show up. Is this a known issue? Is there something we're missing?
  5. I had a problem like this as well recently. The solution I found was in tweaking the style of the series. A few things you can try: 1) Remove ForceZero styling 2) Set the chart.Gallery to Bar. 3) Make sure your X-Axis is bound as you intended it to be. We were binding the X-Axis as labels, though they were meant to be dates. We had to try several things and after the dust settled, I wasn't 100% sure what our problem was, as we found several issues along the way. Either way, hope that helps.
×
×
  • Create New...