|
@@ -724,9 +724,9 @@ namespace OTSIncAReportApp.OTSDataMgrFunction
|
|
|
switch (ChartType)
|
|
|
{
|
|
|
case 0:
|
|
|
- m_reportname = "常用夹杂物分类";
|
|
|
- m_str_AxisY = table["m_str_axisy2"].ToString();
|
|
|
- str_operatonmodule = table["str_operatonmodule2"].ToString();
|
|
|
+ m_reportname = table["m_reportname1"].ToString();//常用夹杂物分类
|
|
|
+ m_str_AxisY = table["m_str_axisy1"].ToString();
|
|
|
+ str_operatonmodule = table["str_operatonmodule1"].ToString();
|
|
|
|
|
|
m_RstProp.m_ReportApp.im_EChart_ParticlesComposition = new Control_ECharts.EChart_ParticlesComposition(m_RstProp.m_ReportApp, "CommonlyUsedClassify");
|
|
|
m_RstProp.m_ReportApp.im_EChart_ParticlesComposition.Dock = DockStyle.Fill;
|
|
@@ -737,9 +737,9 @@ namespace OTSIncAReportApp.OTSDataMgrFunction
|
|
|
m_RstProp.m_ReportApp.m_CChartsWindow.Activate();
|
|
|
break;
|
|
|
case 1:
|
|
|
- m_reportname = table["m_reportname2"].ToString();
|
|
|
- m_str_AxisY = table["m_str_axisy2"].ToString();
|
|
|
- str_operatonmodule = table["str_operatonmodule2"].ToString();
|
|
|
+ m_reportname = table["m_reportname2"].ToString();//颗粒成分
|
|
|
+ m_str_AxisY = table["m_str_axisy2"].ToString();//颗粒数
|
|
|
+ str_operatonmodule = table["str_operatonmodule2"].ToString();//颗粒成分图
|
|
|
|
|
|
m_RstProp.m_ReportApp.im_EChart_ParticlesComposition = new Control_ECharts.EChart_ParticlesComposition(m_RstProp.m_ReportApp, "PComponent");
|
|
|
m_RstProp.m_ReportApp.im_EChart_ParticlesComposition.Dock = DockStyle.Fill;
|
|
@@ -750,9 +750,9 @@ namespace OTSIncAReportApp.OTSDataMgrFunction
|
|
|
m_RstProp.m_ReportApp.m_CChartsWindow.Activate();
|
|
|
break;
|
|
|
case 2:
|
|
|
- m_reportname = table["m_reportname3"].ToString();
|
|
|
- m_str_AxisY = table["m_str_axisy3"].ToString();
|
|
|
- str_operatonmodule = table["str_operatonmodule3"].ToString();
|
|
|
+ m_reportname = table["m_reportname3"].ToString();//元素成分
|
|
|
+ m_str_AxisY = table["m_str_axisy3"].ToString();//元素含量
|
|
|
+ str_operatonmodule = table["str_operatonmodule3"].ToString();//元素成分图
|
|
|
|
|
|
m_RstProp.m_ReportApp.im_EChart_ParticlesComposition = new Control_ECharts.EChart_ParticlesComposition(m_RstProp.m_ReportApp, "EComponent");
|
|
|
m_RstProp.m_ReportApp.im_EChart_ParticlesComposition.Dock = DockStyle.Fill;
|
|
@@ -763,9 +763,9 @@ namespace OTSIncAReportApp.OTSDataMgrFunction
|
|
|
m_RstProp.m_ReportApp.m_CChartsWindow.Activate();
|
|
|
break;
|
|
|
case 3://颗粒尺寸分布图
|
|
|
- m_reportname = table["m_reportname4"].ToString();
|
|
|
- m_str_AxisY = table["m_str_axisy4"].ToString();
|
|
|
- str_operatonmodule = table["str_operatonmodule4"].ToString();
|
|
|
+ m_reportname = table["m_reportname4"].ToString();//颗粒尺寸分布
|
|
|
+ m_str_AxisY = table["m_str_axisy4"].ToString();//颗粒数
|
|
|
+ str_operatonmodule = table["str_operatonmodule4"].ToString();//颗粒尺寸分布图
|
|
|
|
|
|
m_RstProp.m_ReportApp.im_EChart_ParticlesComposition = new Control_ECharts.EChart_ParticlesComposition(m_RstProp.m_ReportApp, "PSize");
|
|
|
m_RstProp.m_ReportApp.im_EChart_ParticlesComposition.Dock = DockStyle.Fill;
|