Disappearing X-Axis

Support for Rt-Tools 2D Components for Visual Studio 2005 and 2008 WinForms Framework

Moderator: Horst Reichert

Disappearing X-Axis

Postby slhall » Fri Mar 12, 2010 9:43 pm

When I start plotting values, the chart area appears to drop and cover up the X-Axis. If I put the X-axis on the top, it works fine. I have tried setting the X-Axis to fixed, auto scaling and setting the Axis length by code and nothing helps.

Here is the code

outage_min = (Path_outage / 60)
If outage_min > 999 Then outage_min = 999

Select Case Ant_num
Case 0
Me.DV_X(dist) = dist
Me.DV_Y1(dist) = outage_min

Case 1
Me.DV_Y2(dist) = outage_min

End Select
Axis1.Start = 0
Axis1.Stop = Path_length
Next dist
Next Ant_num
slhall
 
Posts: 3
Joined: Fri Mar 12, 2010 9:30 pm

Re: Disappearing X-Axis

Postby Horst Reichert » Sun Mar 14, 2010 11:32 am

Hi,
this might be fixed with the new version 1.0.0.11 which solves some issues while zoomed.

Regards Horst
Horst Reichert
 
Posts: 282
Joined: Fri Apr 15, 2005 9:50 am

Re: Disappearing X-Axis

Postby slhall » Sun Mar 14, 2010 7:22 pm

Upgrading didn't help, but I found the problem. I have the Y-axis set to Log and was trying to plot a 0 value. Plotting 0.01 works just fine.
slhall
 
Posts: 3
Joined: Fri Mar 12, 2010 9:30 pm


Return to Rt-Tools 2D for Visual Studio WinForms Framework

Who is online

Users browsing this forum: No registered users and 2 guests

cron