in

Software FX Community

Discuss and find help for all Software FX products.

cant remove mysterious line from chart

Last post 01-20-2010 1:57 PM by n8dag8. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 01-19-2010 8:27 PM

    cant remove mysterious line from chart

    am using gallery.lines

     


  • 01-20-2010 10:39 AM In reply to

    • CarlosAC
    • Top 25 Contributor
    • Joined on 02-04-2009
    • Costa Rica

    Re: cant remove mysterious line from chart

    Hi n8dag8

    The mysterous line that you mentioned in the title is the indicator of the zero line.  It divides positive and negative values plotted in the chart.  If you want to remove this line, please try following code:

    chart1.AxisY.Style = chart1.AxisY.Style & ~AxisStyles.BreakZero;

    -- Pipon

  • 01-20-2010 1:39 PM In reply to

    Re: cant remove mysterious line from chart

     i tried this and it seems to still be there

    this.chart1.AxisY.Style = chart1.AxisY.Style & SoftwareFX.ChartFX.AxisStyle.BreakZero;

  • 01-20-2010 1:57 PM In reply to

    Re: cant remove mysterious line from chart

    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.

Page 1 of 1 (4 items)
Copyright 2008 Software FX, Inc.