ChartModule.cs
资源名称:vmlTest.rar [点击查看]
上传用户:yinyuehua
上传日期:2022-08-10
资源大小:17k
文件大小:11k
源码类别:
matlab例程
开发平台:
C#
- using System;
- using System.Collections.Generic;
- using System.Text;
- public class ChartModule
- {
- private string system_chart_title;
- private int system_chart_left;
- private int system_chart_top;
- private int system_all_width;
- private int system_all_height;
- private int system_height_split;
- private int system_thickness;
- private int system_chart_width;
- private string system_split_color;
- private string system_chart_backcolor;
- private string system_chart_type;
- private string system_color_list;
- private string vmlStyle;
- private string[] bg_color;
- private int color_count;
- private object[,] total;
- private string chart_title;
- private string unit;
- private int chart_left;
- private int chart_top;
- private int all_width;
- private int all_height;
- private int height_split;
- private int thickness;
- private int chart_width;
- private string split_color;
- private string chart_backcolor;
- private string chart_type;
- private double length;
- private int total_no1;
- private int total_no2;
- private bool duowei;
- private int addAllWidth;
- private double allvalues;
- private object temp1;
- private string temp2;
- private double temp3;
- private double temp4;
- private int left_width;
- private int left_x;
- private int ttah;
- private int tlaw;
- private double chart_space;
- private string setcolor;
- private double temp_space;
- private string linename;
- private string hrefname;
- private int tb_height;
- private int line_no;
- private string[] line_temp;
- private int x1;
- private int y1;
- private int x2;
- private int y2;
- private int rotationangle;
- private int skewamt;
- private double inTop;
- private int chart_no;
- private int cake_deep;
- private string xtitle;
- private string ytitle;
- private int standard;
- public int Standard
- {
- get { return standard; }
- set { standard = value; }
- }
- public string YTitle
- {
- get { return ytitle; }
- set { ytitle = value; }
- }
- public string XTitle
- {
- get { return xtitle; }
- set { xtitle = value; }
- }
- public int CAKE_deep
- {
- get { return cake_deep; }
- set { cake_deep = value; }
- }
- public int Chart_no
- {
- get { return chart_no; }
- set { chart_no = value; }
- }
- public double InTop
- {
- get { return inTop; }
- set { inTop = value; }
- }
- public int Skewamt
- {
- get { return skewamt; }
- set { skewamt = value; }
- }
- public int Rotationangle
- {
- get { return rotationangle; }
- set { rotationangle = value; }
- }
- public int Y2
- {
- get { return y2; }
- set { y2 = value; }
- }
- public int X2
- {
- get { return x2; }
- set { x2 = value; }
- }
- public int Y1
- {
- get { return y1; }
- set { y1 = value; }
- }
- public int X1
- {
- get { return x1; }
- set { x1 = value; }
- }
- public string[] LINE_temp
- {
- get { return line_temp; }
- set { line_temp = value; }
- }
- public int LINE_no
- {
- get { return line_no; }
- set { line_no = value; }
- }
- public int TB_height
- {
- get { return tb_height; }
- set { tb_height = value; }
- }
- public string HrefName
- {
- get { return hrefname; }
- set { hrefname = value; }
- }
- public string LineName
- {
- get { return linename; }
- set { linename = value; }
- }
- public double TEMP_space
- {
- get { return temp_space; }
- set { temp_space = value; }
- }
- public string SetColor
- {
- get { return setcolor; }
- set { setcolor = value; }
- }
- public double CHART_space
- {
- get { return chart_space; }
- set { chart_space = value; }
- }
- public int TLAW
- {
- get { return tlaw; }
- set { tlaw = value; }
- }
- public int TTAH
- {
- get { return ttah; }
- set { ttah = value; }
- }
- public int LEFT_x
- {
- get { return left_x; }
- set { left_x = value; }
- }
- public int LEFT_width
- {
- get { return left_width; }
- set { left_width = value; }
- }
- public double TEMP4
- {
- get { return temp4; }
- set { temp4 = value; }
- }
- public double TEMP3
- {
- get { return temp3; }
- set { temp3 = value; }
- }
- public string TEMP2
- {
- get { return temp2; }
- set { temp2 = value; }
- }
- public object TEMP1
- {
- get { return temp1; }
- set { temp1 = value; }
- }
- public double ALLvalues
- {
- get { return allvalues; }
- set { allvalues = value; }
- }
- public int ADDAllWidth
- {
- get { return addAllWidth; }
- set { addAllWidth = value; }
- }
- public bool DUOWEI
- {
- get { return duowei; }
- set { duowei = value; }
- }
- public int TOTAL_no2
- {
- get { return total_no2; }
- set { total_no2 = value; }
- }
- public int TOTAL_no1
- {
- get { return total_no1; }
- set { total_no1 = value; }
- }
- public double LENGTH
- {
- get { return length; }
- set { length = value; }
- }
- public string CHART_type
- {
- get { return chart_type; }
- set { chart_type = value; }
- }
- public string CHART_backcolor
- {
- get { return chart_backcolor; }
- set { chart_backcolor = value; }
- }
- public string SPLIT_color
- {
- get { return split_color; }
- set { split_color = value; }
- }
- public int CHART_width
- {
- get { return chart_width; }
- set { chart_width = value; }
- }
- public int THICKNESS
- {
- get { return thickness; }
- set { thickness = value; }
- }
- public int HEIGHT_split
- {
- get { return height_split; }
- set { height_split = value; }
- }
- public int All_height
- {
- get { return all_height; }
- set { all_height = value; }
- }
- public int ALL_width
- {
- get { return all_width; }
- set { all_width = value; }
- }
- public int CHART_top
- {
- get { return chart_top; }
- set { chart_top = value; }
- }
- public int CHART_left
- {
- get { return chart_left; }
- set { chart_left = value; }
- }
- public string UNIT
- {
- get { return unit; }
- set { unit = value; }
- }
- public string CHART_title
- {
- get { return chart_title; }
- set { chart_title = value; }
- }
- public object[,] TOTAL
- {
- get { return total; }
- set { total = value; }
- }
- public int COLOR_count
- {
- get { return color_count; }
- set { color_count = value; }
- }
- public string[] BG_color
- {
- get { return bg_color; }
- set { bg_color = value; }
- }
- public string VMLStyle
- {
- get { return vmlStyle; }
- set { vmlStyle = value; }
- }
- public string sys_color_list
- {
- get { return system_color_list; }
- set { system_color_list = value; }
- }
- public string sys_chart_type
- {
- get { return system_chart_type; }
- set { system_chart_type = value; }
- }
- public string sys_chart_backcolor
- {
- get { return system_chart_backcolor; }
- set { system_chart_backcolor = value; }
- }
- public string sys_split_color
- {
- get { return system_split_color; }
- set { system_split_color = value; }
- }
- public int sys_chart_width
- {
- get { return system_chart_width; }
- set { system_chart_width = value; }
- }
- public int sys_thickness
- {
- get { return system_thickness; }
- set { system_thickness = value; }
- }
- public int sys_height_split
- {
- get { return system_height_split; }
- set { system_height_split = value; }
- }
- public int sys_all_height
- {
- get { return system_all_height; }
- set { system_all_height = value; }
- }
- public int sys_all_width
- {
- get { return system_all_width; }
- set { system_all_width = value; }
- }
- public int sys_chart_top
- {
- get { return system_chart_top; }
- set { system_chart_top = value; }
- }
- public int sys_chart_left
- {
- get { return system_chart_left; }
- set { system_chart_left = value; }
- }
- public string sys_chart_title
- {
- get { return system_chart_title; }
- set { system_chart_title = value; }
- }
- }