User (Legacy) Posted October 10, 2003 Report Posted October 10, 2003 I have a data set with the following fields. I currently graph end_equity. I now wish to graph both the end_equity and ytd_perf on the graph. I change the beolow code so that 3 is set to value not novalue and now only get ytd_perf displayed. How do I get both? mm_cd, bus_dte, end_equity, ytd_perf / 100 as ytd_perf, equityPerformanceGraph.DataType[2] = SoftwareFX.ChartFX.DataType.Value; equityPerformanceGraph.DataType[3] = SoftwareFX.ChartFX.DataType.Value; -George
Software FX Posted October 10, 2003 Report Posted October 10, 2003 Are you sure you are getting only one ? maybe the scales are completely different between these two and one of the series is just too little to see. Turn on the data editor and verify the data being passed. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.