Jump to content
Software FX Community

n8dag8

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by n8dag8

  1. 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.

     

     

    post-6106-13922412982649_thumb.png

  2. 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.

×
×
  • Create New...