in

Software FX Community

Discuss and find help for all Software FX products.

Browse by Tags

  • Pane Title Not Displaying

    This bug relates to chartfx.wpf.dll version 8.0.3314.22631 If I have a chart with a single pane, the pane title does not display. If I have multiple panes, then all the pane titles appear correctly. My code sample... double [] dummyData = { 10, 20, 30, 40, 50, 60, 70, 80 }; Chart chart = new Chart (...
    Posted to General (Forum) by Coder on 02-16-2009
  • Bar Chart X-Axis Mislabeling

    When creating a multi-pane chart where one pane has an X-Values axis line chart and another pane has a categorical X-Axis bar chart, the bar chart is mislabeled. For example... int [] dataBar = { 100, 200, 300, 400 }; string [] labelBar = { "100" , "200" , "300" , "400"...
    Posted to General (Forum) by Coder on 01-19-2009
  • Bar chart not displaying

    I am creating a multipanel chart which works fine when displaying each series as a line, but fails to display anything when I change the gallery to a bar chart. Any suggestions? Code sample... DateTime startDate = new DateTime (1999, 1, 1); DateTime endDate = DateTime .Now; Chart chart = new Chart (...
    Posted to General (Forum) by Coder on 12-30-2008
Page 1 of 1 (3 items)
Copyright 2008 Software FX, Inc.