Jump to content
Software FX Community

Re: Primary and secondary y axis


User (Legacy)

Recommended Posts

Hello Johannes,

Thank you for contacting support.

The following example code is offered in response to your question regarding

setting the secondary y-axis to be the same as the primary. This example

code is based on a test chart built using ASP and residing on a Win2K Server

running CIE2000 on top of IIS.

Chart.Axis(1).Min =0

Chart.Axis(1).Max =51

Chart.axis(1).visible = true

I used hard coded values to specify the min and max of the axis, but you

could assign variables. Preceding your chart code, determine the min and

max of the series whose axis you want to equal the primary axis. Assign

these dynamic values in place of the 0 and 51 seen above.

Please contact us again should you have any additional questions.

Thank you,

Michael W.

Developer

"Johannes Appelo" <jappelo@intekom.co.za> wrote in message

news:zDqIjKqDBHA.1744@sfxserver.softwarefx.com...

> Hi,

>

> I have a long bar chart and would like to set both the primary and

secondary

> y axis to the same scale for easy readability. Is there an easy way to set

> this?

>

> Thanks

> Johannes Appelo

>

>

post-2107-13922387690578_thumb.jpg

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...