User (Legacy) Posted December 3, 2003 Report Share 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 ? Link to comment Share on other sites More sharing options...
Software FX Posted December 4, 2003 Report Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.