Jump to content
Software FX Community

displaying two subjects on one graph


User (Legacy)

Recommended Posts

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...