Jump to content
Software FX Community

Chart Hang for a long time more than one hour


louai

Recommended Posts

When I tried execute this line of code to view the whole chart it hang for a long time , would you please help me.

============================= C# code =======================================================

ChartFX.WinForms.Chart Chart1

// chart1 has one point to draw with value 19,000,000,2

Chart1.AxisY.AdjustScale();

Chart1.AxisY.SetScrollView(0, Chart1.AxisY.Max); // Here the Max is Very Large number.

Chart1.AxisY.ZoomOff();

Chart1.AxisY.LabelsFormat.Format = ChartFX.WinForms.AxisFormat.Number;

Chart1.AxisY.LabelsFormat.Decimals = 0

===================================================================================

Please :

1. How to draw the chart without hanging ?

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