private DotNetXmlSwfChart.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = 75;
     cr.Y = 50;
     cr.Width = 300;
     cr.Height = 180;
     cr.PositiveColor = "88ff00";
     cr.PositiveAlpha = 80;
     cr.NegativeColor = "88ff00";
     cr.NegativeAlpha = 80;
     return cr;
 }
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = 60;
     cr.Y = 60;
     cr.Width = 300;
     cr.Height = 150;
     cr.PositiveColor = "888888";
     cr.PositiveAlpha = 50;
     return cr;
 }
예제 #3
0
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = 20;
     cr.Y = 50;
     cr.Width = 370;
     cr.Height = 220;
     cr.PositiveColor = "ffffff";
     cr.PositiveAlpha = 40;
     return cr;
 }
예제 #4
0
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle setting = new xsc.ChartRectangle();
     setting.X = 50;
     setting.Y = 100;
     setting.Width = 320;
     setting.Height = 150;
     setting.PositiveColor = "ffffff";
     setting.PositiveAlpha = 50;
     setting.NegativeColor = "000000";
     setting.NegativeAlpha = 10;
     return setting;
 }
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = -25;
     cr.Y = -10;
     cr.Width = 425;
     cr.Height = 245;
     cr.PositiveAlpha = 0;
     cr.NegativeAlpha = 25;
     return cr;
 }
예제 #6
0
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.PositiveColor = "ffffff";
     cr.PositiveAlpha = 20;
     cr.NegativeColor = "ff0000";
     cr.NegativeAlpha = 10;
     return cr;
 }
예제 #7
0
 private ChartRectangle SetChartRectangle()
 {
     ChartRectangle cr = new ChartRectangle();
     cr.X = 50;
     cr.Y = 50;
     cr.Width = 325;
     cr.Height = 200;
     cr.PositiveColor = "000000";
     cr.PositiveAlpha = 10;
     return cr;
 }
예제 #8
0
 private ChartRectangle SetChartRectangle()
 {
     ChartRectangle cr = new ChartRectangle();
     cr.X = 50;
     cr.Y = 105;
     cr.Width = 320;
     cr.Height = 160;
     cr.PositiveColor = "dba34c";
     cr.NegativeColor = "ff0000";
     cr.PositiveAlpha = 50;
     cr.NegativeAlpha = 25;
     return cr;
 }
예제 #9
0
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = -70;
     cr.Y = -35;
     cr.Width = 500;
     cr.Height = 250;
     cr.PositiveAlpha = 0;
     return cr;
 }
예제 #10
0
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = 60;
     cr.Y = 50;
     cr.Width = 300;
     cr.Height = 200;
     cr.PositiveColor = "448800";
     cr.NegativeColor = "ffeeaa";
     cr.PositiveAlpha = 20;
     cr.NegativeAlpha = 100;
     return cr;
 }
예제 #11
0
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = 75;
     cr.Y = 50;
     cr.Width = 300;
     cr.Height = 200;
     cr.PositiveColor = "000066";
     cr.NegativeColor = "000000";
     cr.PositiveAlpha = 10;
     cr.NegativeAlpha = 30;
     return cr;
 }
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = -15;
     cr.Y = 25;
     cr.Width = 425;
     cr.Height = 200;
     cr.PositiveAlpha = 20;
     return cr;
 }
예제 #13
0
 private ChartRectangle SetChartRectangle()
 {
     ChartRectangle cr = new ChartRectangle();
     cr.X = 50;
     cr.Y = 30;
     cr.Width = 320;
     cr.Height = 230;
     cr.PositiveColor = "ffffff";
     cr.NegativeColor = "ff0000";
     cr.PositiveAlpha = 35;
     cr.NegativeAlpha = 10;
     return cr;
 }
예제 #14
0
 private xsc.ChartRectangle SetChartRectangle()
 {
     xsc.ChartRectangle cr = new xsc.ChartRectangle();
     cr.X = 125;
     cr.Y = 65;
     cr.Width = 250;
     cr.Height = 200;
     cr.PositiveColor = "ffffff";
     cr.NegativeColor = "000000";
     cr.PositiveAlpha = 75;
     cr.NegativeAlpha = 15;
     return cr;
 }
예제 #15
0
 private DotNetXmlSwfChart.ChartRectangle SetChartRectangle()
 {
     ChartRectangle cr = new ChartRectangle();
     cr.X = 50;
     cr.Y = 50;
     cr.Width = 300;
     cr.Height = 200;
     cr.PositiveColor = "000000";
     cr.PositiveAlpha = 0;
     cr.NegativeColor = "ff0000";
     cr.NegativeAlpha = 0;
     return cr;
 }