Jump to content
Software FX Community

Scaling


User (Legacy)

Recommended Posts

Is it possible to setup the Y-axxis in such a way that it doesn't scale to

0. But instead uses the same logic as the maximum value when autoscale=true

? Which means scaling to a closer and neattier value.

Example :

Highest value = 673.23

Lowest value = 452.12

Autoscale sets the maximum value to 700.

But the minimum value goes always to 0. It would be better if that would be

400.

I know that you can sett these values manually but then I cannot use

autoscale nor adjustscale.

Luc

Link to comment
Share on other sites

  • 3 weeks later...

You need to turn off the ShowZero flag for your Y axis before you pass the

data to the chart.

Chart.Axis(AXIS_Y).ShowZero = false

--

Regards

JC

Software FX Support

"Luc" <Luc.speleman@poweleserve.no> wrote in message

news:gG1sh3uhBHA.1272@webserver1.softwarefx.com...

> Is it possible to setup the Y-axxis in such a way that it doesn't scale to

> 0. But instead uses the same logic as the maximum value when

autoscale=true

> ? Which means scaling to a closer and neattier value.

> Example :

> Highest value = 673.23

> Lowest value = 452.12

> Autoscale sets the maximum value to 700.

> But the minimum value goes always to 0. It would be better if that would

be

> 400.

> I know that you can sett these values manually but then I cannot use

> autoscale nor adjustscale.

>

> Luc

>

>

Attachments.zip

Link to comment
Share on other sites

  • 2 months later...

When I use that code I get the following error:

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'TrendCh.Axis(...).ShowZero'

/EpiQMS_PC/ASP/inc/ProfileCharts.asp, line 1281

-Cathy

"Software FX Support" <support@softwarefx.com> wrote in message

news:odzkiS6kBHA.1704@webserver1.softwarefx.com...

> You need to turn off the ShowZero flag for your Y axis before you pass the

> data to the chart.

>

> Chart.Axis(AXIS_Y).ShowZero = false

>

> --

> Regards

>

> JC

> Software FX Support

>

> "Luc" <Luc.speleman@poweleserve.no> wrote in message

> news:gG1sh3uhBHA.1272@webserver1.softwarefx.com...

> > Is it possible to setup the Y-axxis in such a way that it doesn't scale

to

> > 0. But instead uses the same logic as the maximum value when

> autoscale=true

> > ? Which means scaling to a closer and neattier value.

> > Example :

> > Highest value = 673.23

> > Lowest value = 452.12

> > Autoscale sets the maximum value to 700.

> > But the minimum value goes always to 0. It would be better if that would

> be

> > 400.

> > I know that you can sett these values manually but then I cannot use

> > autoscale nor adjustscale.

> >

> > Luc

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...