Jump to content
Software FX Community

Big problem with Log axis


User (Legacy)

Recommended Posts

Hi,

Using VB6, I set the Y axis to log, yet it NEVER gives the correct axis scaling. I'm setting both min, max and step, and have tried using updatesizenow, refresh and

RecalcScale.

ie:

GetExternalData CfxArray

Axis(AXIS_Y).LogBase = True

Axis(AXIS_Y).MIN = 0

Axis(AXIS_Y).MAX = 1000 ' also tried y(0), which is what i want

Axis(AXIS_Y).STEP = 0

Axis(AXIS_Y).MinorStep = 0

UpdateSizeNow

.. and then I show the form that has the chart.

Please help, this is very frustrating.

Paul

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...