Hello Mat

 找回密码
 立即注册
查看: 5603|回复: 8

Chart图标使用

[复制链接]

84

主题

115

帖子

731

金钱

管理员

Rank: 9Rank: 9Rank: 9

积分
1467
发表于 2020-5-10 21:40:55 | 显示全部楼层 |阅读模式
Chart图标使用:
(1)在属性Series进行图形样式设置;
(2)X-Y轴取值范围设置
  1.             this.TestChart.ChartAreas[0].AxisY.Minimum = AITrainLossmin;
  2.             this.TestChart.ChartAreas[0].AxisY.Maximum = AITrainLossmax;
  3.             this.TestChart.ChartAreas[0].AxisX.Minimum = 0;
复制代码
C#+Halcon工程百度网盘链接:链接:https://pan.baidu.com/s/1GamUTVgzo4KRUDYFLx9Tzg 提取码:yrxx
(3)设置X-Y轴标题:
  1.             this.TestChart.ChartAreas[0].AxisX.Title = "Epoch";
  2.             this.TestChart.ChartAreas[0].AxisY.Title = "Error";
复制代码


参考:
【1】https://blog.csdn.net/u013078295/article/details/84937107







回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Python|Opencv|MATLAB|Halcom.cn ( 蜀ICP备16027072号 )

GMT+8, 2024-4-26 19:07 , Processed in 0.226327 second(s), 24 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表