Jump to content
Software FX Community

Problem with chart.AxisY.AdjustScale()


anloc

Recommended Posts

Hi,

 

I upgraded Chart FX 7 to version 8  - and the chart doesn't look exactly the same as FX7 -

 

//axischart1.AxesStyle = AxesStyle.FlatFrame;chart1.AxisY.Line.Width = 1;chart1.AxisY.Style |= AxisStyles.AutoMinorStep;

chart1.AxisY.max = myMaxvalue (// this is get the higher value)

if(myMaxvalue > 10)

{

  chart1.AxisY.AdjustScale();

}

 

I attached the picture,  and what can I do to fix the issue. and please help...

 

Thanks.

post-37364-0-81497300-1410706783_thumb.png

Edited by anloc
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...