Jump to content
Software FX Community

multiple panes: Y-axis problem


Software FX

Recommended Posts

I have a chart with 3 series and for each of the series has its own Y-axis.

One of the series should be displayed in a separate pane.

All this is working but my problem is that the Y-axis of the second pane is

getting displayed on the right side of the chart.

How can I get it displayed on the left side of the chart?

Thanks in advance.

Best regards

Alex

Link to comment
Share on other sites

The axis class has a Position property. Set it to Near:

axisY.Position = AxisPosition.Near;

--

Francisco Padron

www.chartfx.com

"news.softwarefx.com" <newsgroupalex@mailinator.com> wrote in message

news:gXM$O5ncGHA.1536@webserver3.softwarefx.com...

>I have a chart with 3 series and for each of the series has its own Y-axis.

> One of the series should be displayed in a separate pane.

> All this is working but my problem is that the Y-axis of the second pane

> is

> getting displayed on the right side of the chart.

>

> How can I get it displayed on the left side of the chart?

> Thanks in advance.

>

> Best regards

> Alex

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...