Jump to content
Software FX Community

cant remove mysterious line from chart


n8dag8

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...