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; }
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; }
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; }
private xsc.ChartRectangle SetChartRectangle() { xsc.ChartRectangle cr = new xsc.ChartRectangle(); cr.PositiveColor = "ffffff"; cr.PositiveAlpha = 20; cr.NegativeColor = "ff0000"; cr.NegativeAlpha = 10; return cr; }
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; }
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; }
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; }
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; }
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; }
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; }
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; }
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; }