Software FX Posted May 8, 2006 Report Share Posted May 8, 2006 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 More sharing options...
Software FX Posted May 8, 2006 Author Report Share Posted May 8, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.