Jump to content
Software FX Community

n8dag8

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by n8dag8

  1. i have fixed the problems except now for some reason it doesnt draw the lines for all the points in the series
  2. thanks again...when i use this though for some reason it will take a value and chart it twice in a different series with a different color
  3. is there a nice way to have mutliple series from the same field using multiple values from that field in a database. For example the field Product in the ProductSales. If i wanted series 1 to chart all ReportFx values and i want series 2 to chart all WebBarFx values so that i can compare them. is there a nice way of doing this besides manually filling the chart with loops chart1.Data.y[0,something]=databasedata; chart1.Data.y[1,something]=databasedata.
  4. that code didnt work but it gave me what i needed to find it. It was very close here is it is chart1.AxisY.Style = chart1.AxisY.Style ^ SoftwareFX.ChartFX. AxisStyle.BreakZero;this removes the Mysterious Y axis zero line Thanks a Million CarlosAc I searched high and low in the chart properties for many hours trying to remove this unwanted line.
  5. i tried this and it seems to still be there this .chart1.AxisY.Style = chart1.AxisY.Style & SoftwareFX.ChartFX.AxisStyle.BreakZero;Chart Annotations.zip
×
×
  • Create New...