Home
Options

plotting examples

i find that the same examples exist for plotting. How can i plot a array or a directionary . Here is an sample but I dont know how to trigger the plot options.
var trades= new Dictionary<string,double>();
trades.Add( "ee", 2);
trades.Add("e3e", 5);
trades.Add("33e", 9);

Sign In or Register to comment.