Jump to content
Software FX Community

2nd Y Axis Query - ChartFX Internet


User (Legacy)

Recommended Posts

No worries, no break of protocol here :-)

To assign the fifth series to the secondary Y-Axis do:

chart1.Series(4).YAxis = 1;

If you want the secondary Y-Axis to autoscale to the data in the fifth

series, do this assignment BEFORE you set the data, if you do it after, you

will need to either call RecalcScale or set the Min and Max manually (for

the secondary Y-Axis)

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Hi,

Thank you very much for this ... is this operation do-able from the UI shown

in my

screenshot ??

Pat

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

news:mUZMmiJUEHA.988@webserver3.softwarefx.com...

> No worries, no break of protocol here :-)

>

> To assign the fifth series to the secondary Y-Axis do:

>

> chart1.Series(4).YAxis = 1;

>

> If you want the secondary Y-Axis to autoscale to the data in the fifth

> series, do this assignment BEFORE you set the data, if you do it after,

you

> will need to either call RecalcScale or set the Min and Max manually (for

> the secondary Y-Axis)

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...