Jump to content
Software FX Community

Axis Autoscale- why doesn't it scale back?


User (Legacy)

Recommended Posts

I have noticed that the scale will scale up properly when new data is

added, however, when new, smaller values are added it does not reduce.

Over a long period of time, with many data sets being added, the axis

grows and grows and charted values become relatively tiny.

Help would be appreciated. I have tried setting AutoScale to FALSE and

calling AdjustScale whenever data is added, however, this doesn't work

either.

Link to comment
Share on other sites

This is by design as scaling down requires the whole dataset to be examined.

Calling RecalcScale will recalculate the scale Up or Down but it has to go

thru all the data which may be a performance concern when you have a lot of

points. Use RecalcScale wisely.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

On Thu, 16 May 2002 16:26:43 -0400, "SoftwareFX Support"

<support@softwarefx.com> wrote:

>This is by design as scaling down requires the whole dataset to be examined.

>Calling RecalcScale will recalculate the scale Up or Down but it has to go

>thru all the data which may be a performance concern when you have a lot of

>points. Use RecalcScale wisely.

>

>--

>FP

>Software FX, Inc.

Thanks, RecalcScale is what I was looking for. I am using small

datasets and I plan on calling it every nth time the data is reset,

with n=~>5.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...