ChartModule.cs
上传用户:yinyuehua
上传日期:2022-08-10
资源大小:17k
文件大小:11k
源码类别:

matlab例程

开发平台:

C#

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4.     public class ChartModule
  5.     {
  6.         private string system_chart_title;
  7.         private int system_chart_left;
  8.         private int system_chart_top;
  9.         private int system_all_width;
  10.         private int system_all_height;
  11.         private int system_height_split;
  12.         private int system_thickness;
  13.         private int system_chart_width;
  14.         private string system_split_color;
  15.         private string system_chart_backcolor;
  16.         private string system_chart_type;
  17.         private string system_color_list;
  18.         private string vmlStyle;
  19.         private string[] bg_color;
  20.         private int color_count;
  21.         private object[,] total;
  22.         private string chart_title;
  23.         private string unit;
  24.         private int chart_left;
  25.         private int chart_top;
  26.         private int all_width;
  27.         private int all_height;
  28.         private int height_split;
  29.         private int thickness;
  30.         private int chart_width;
  31.         private string split_color;
  32.         private string chart_backcolor;
  33.         private string chart_type;
  34.         private double length;
  35.         private int total_no1;
  36.         private int total_no2;
  37.         private bool duowei;
  38.         private int addAllWidth;
  39.         private double allvalues;
  40.         private object temp1;
  41.         private string temp2;
  42.         private double temp3;
  43.         private double temp4;
  44.         private int left_width;
  45.         private int left_x;
  46.         private int ttah;
  47.         private int tlaw;
  48.         private double chart_space;
  49.         private string setcolor;
  50.         private double temp_space;
  51.         private string linename;
  52.         private string hrefname;
  53.         private int tb_height;
  54.         private int line_no;
  55.         private string[] line_temp;
  56.         private int x1;
  57.         private int y1;
  58.         private int x2;
  59.         private int y2;
  60.         private int rotationangle;
  61.         private int skewamt;
  62.         private double inTop;
  63.         private int chart_no;
  64.         private int cake_deep;
  65.         private string xtitle;
  66.         private string ytitle;
  67.         private int standard;
  68.         public int Standard
  69.         {
  70.             get { return standard; }
  71.             set { standard = value; }
  72.         }
  73.         public string YTitle
  74.         {
  75.             get { return ytitle; }
  76.             set { ytitle = value; }
  77.         }
  78.         public string XTitle
  79.         {
  80.             get { return xtitle; }
  81.             set { xtitle = value; }
  82.         }
  83.         public int CAKE_deep
  84.         {
  85.             get { return cake_deep; }
  86.             set { cake_deep = value; }
  87.         }
  88.         public int Chart_no
  89.         {
  90.             get { return chart_no; }
  91.             set { chart_no = value; }
  92.         }
  93.         public double InTop
  94.         {
  95.             get { return inTop; }
  96.             set { inTop = value; }
  97.         }
  98.         public int Skewamt
  99.         {
  100.             get { return skewamt; }
  101.             set { skewamt = value; }
  102.         }
  103.         public int Rotationangle
  104.         {
  105.             get { return rotationangle; }
  106.             set { rotationangle = value; }
  107.         }
  108.         public int Y2
  109.         {
  110.             get { return y2; }
  111.             set { y2 = value; }
  112.         }
  113.         public int X2
  114.         {
  115.             get { return x2; }
  116.             set { x2 = value; }
  117.         }
  118.         public int Y1
  119.         {
  120.             get { return y1; }
  121.             set { y1 = value; }
  122.         }
  123.         public int X1
  124.         {
  125.             get { return x1; }
  126.             set { x1 = value; }
  127.         }
  128.         public string[] LINE_temp
  129.         {
  130.             get { return line_temp; }
  131.             set { line_temp = value; }
  132.         }
  133.         public int LINE_no
  134.         {
  135.             get { return line_no; }
  136.             set { line_no = value; }
  137.         }
  138.         public int TB_height
  139.         {
  140.             get { return tb_height; }
  141.             set { tb_height = value; }
  142.         }
  143.         public string HrefName
  144.         {
  145.             get { return hrefname; }
  146.             set { hrefname = value; }
  147.         }
  148.         public string LineName
  149.         {
  150.             get { return linename; }
  151.             set { linename = value; }
  152.         }
  153.         public double TEMP_space
  154.         {
  155.             get { return temp_space; }
  156.             set { temp_space = value; }
  157.         }
  158.         public string SetColor
  159.         {
  160.             get { return setcolor; }
  161.             set { setcolor = value; }
  162.         }
  163.         public double CHART_space
  164.         {
  165.             get { return chart_space; }
  166.             set { chart_space = value; }
  167.         }
  168.         public int TLAW
  169.         {
  170.             get { return tlaw; }
  171.             set { tlaw = value; }
  172.         }
  173.         public int TTAH
  174.         {
  175.             get { return ttah; }
  176.             set { ttah = value; }
  177.         }
  178.         public int LEFT_x
  179.         {
  180.             get { return left_x; }
  181.             set { left_x = value; }
  182.         }
  183.         public int LEFT_width
  184.         {
  185.             get { return left_width; }
  186.             set { left_width = value; }
  187.         }
  188.         public double TEMP4
  189.         {
  190.             get { return temp4; }
  191.             set { temp4 = value; }
  192.         }
  193.         public double TEMP3
  194.         {
  195.             get { return temp3; }
  196.             set { temp3 = value; }
  197.         }
  198.         public string TEMP2
  199.         {
  200.             get { return temp2; }
  201.             set { temp2 = value; }
  202.         }
  203.         public object TEMP1
  204.         {
  205.             get { return temp1; }
  206.             set { temp1 = value; }
  207.         }
  208.         public double ALLvalues
  209.         {
  210.             get { return allvalues; }
  211.             set { allvalues = value; }
  212.         }
  213.         public int ADDAllWidth
  214.         {
  215.             get { return addAllWidth; }
  216.             set { addAllWidth = value; }
  217.         }
  218.         public bool DUOWEI
  219.         {
  220.             get { return duowei; }
  221.             set { duowei = value; }
  222.         }
  223.         public int TOTAL_no2
  224.         {
  225.             get { return total_no2; }
  226.             set { total_no2 = value; }
  227.         }
  228.         public int TOTAL_no1
  229.         {
  230.             get { return total_no1; }
  231.             set { total_no1 = value; }
  232.         }
  233.         public double LENGTH
  234.         {
  235.             get { return length; }
  236.             set { length = value; }
  237.         }
  238.         public string CHART_type
  239.         {
  240.             get { return chart_type; }
  241.             set { chart_type = value; }
  242.         }
  243.         public string CHART_backcolor
  244.         {
  245.             get { return chart_backcolor; }
  246.             set { chart_backcolor = value; }
  247.         }
  248.         public string SPLIT_color
  249.         {
  250.             get { return split_color; }
  251.             set { split_color = value; }
  252.         }
  253.         public int CHART_width
  254.         {
  255.             get { return chart_width; }
  256.             set { chart_width = value; }
  257.         }
  258.         public int THICKNESS
  259.         {
  260.             get { return thickness; }
  261.             set { thickness = value; }
  262.         }
  263.         public int HEIGHT_split
  264.         {
  265.             get { return height_split; }
  266.             set { height_split = value; }
  267.         }
  268.         public int All_height
  269.         {
  270.             get { return all_height; }
  271.             set { all_height = value; }
  272.         }
  273.         public int ALL_width
  274.         {
  275.             get { return all_width; }
  276.             set { all_width = value; }
  277.         }
  278.         public int CHART_top
  279.         {
  280.             get { return chart_top; }
  281.             set { chart_top = value; }
  282.         }
  283.         public int CHART_left
  284.         {
  285.             get { return chart_left; }
  286.             set { chart_left = value; }
  287.         }
  288.         public string UNIT
  289.         {
  290.             get { return unit; }
  291.             set { unit = value; }
  292.         }
  293.         public string CHART_title
  294.         {
  295.             get { return chart_title; }
  296.             set { chart_title = value; }
  297.         }
  298.         public object[,] TOTAL
  299.         {
  300.             get { return total; }
  301.             set { total = value; }
  302.         }
  303.         public int COLOR_count
  304.         {
  305.             get { return color_count; }
  306.             set { color_count = value; }
  307.         }
  308.         public string[] BG_color
  309.         {
  310.             get { return bg_color; }
  311.             set { bg_color = value; }
  312.         }
  313.         public string VMLStyle
  314.         {
  315.             get { return vmlStyle; }
  316.             set { vmlStyle = value; }
  317.         }
  318.         public string sys_color_list
  319.         {
  320.             get { return system_color_list; }
  321.             set { system_color_list = value; }
  322.         }
  323.         public string sys_chart_type
  324.         {
  325.             get { return system_chart_type; }
  326.             set { system_chart_type = value; }
  327.         }
  328.         public string sys_chart_backcolor
  329.         {
  330.             get { return system_chart_backcolor; }
  331.             set { system_chart_backcolor = value; }
  332.         }
  333.         public string sys_split_color
  334.         {
  335.             get { return system_split_color; }
  336.             set { system_split_color = value; }
  337.         }
  338.         public int sys_chart_width
  339.         {
  340.             get { return system_chart_width; }
  341.             set { system_chart_width = value; }
  342.         }
  343.         public int sys_thickness
  344.         {
  345.             get { return system_thickness; }
  346.             set { system_thickness = value; }
  347.         }
  348.         public int sys_height_split
  349.         {
  350.             get { return system_height_split; }
  351.             set { system_height_split = value; }
  352.         }
  353.         public int sys_all_height
  354.         {
  355.             get { return system_all_height; }
  356.             set { system_all_height = value; }
  357.         }
  358.         public int sys_all_width
  359.         {
  360.             get { return system_all_width; }
  361.             set { system_all_width = value; }
  362.         }
  363.         public int sys_chart_top
  364.         {
  365.             get { return system_chart_top; }
  366.             set { system_chart_top = value; }
  367.         }
  368.         public int sys_chart_left
  369.         {
  370.             get { return system_chart_left; }
  371.             set { system_chart_left = value; }
  372.         }
  373.         public string sys_chart_title
  374.         {
  375.             get { return system_chart_title; }
  376.             set { system_chart_title = value; }
  377.         }
  378.     }