User (Legacy) 2 Report post Posted December 3, 2003 I have a simple Bar chart with 3 series ! Series # 1 with Bar styles Series # 2 & Series # 3 with Line styles ! The default is for all 3 series to be represented by the Y axis ! I need to know if it's possible to to have Series # 2 & series # 3 to be represented by the Secondary Y-Axis How can I do this with ChartFX Internet's Designer ? Quote Share this post Link to post Share on other sites
Software FX 0 Report post Posted December 4, 2003 Yes. This is possible but only in code. You need to assign: chart.Series(1).YAxis = 1 chart.Series(2).YAxis = 1 Prior to setting the chart data. -- FP Software FX, Inc. Quote Share this post Link to post Share on other sites