- 21
- 0
- 约2.37万字
- 约 28页
- 2017-03-22 发布于江苏
- 举报
统计图代码
统计图代码
参看以下代码:
直方图%
摘 要: 统计图--直方图
参数含义(数组,横坐标,纵坐标,图表的宽度,图表的高度,图表标题,X轴单位,Y轴单位)
function table1(stat_array,table_left,table_top,all_width,all_height,table_title,X_unit,Y_unit)
dim bg_color(10)
bg_color(1)=#ff1919
bg_color(2)=#ffff19
bg_color(3)=#1919ff
bg_color(4)=#19ff19
bg_color(5)=#fc0
bg_color(6)=#3cc
bg_color(7)=#ff19ff
bg_color(8)=#993300
bg_color(9)=#f60
bg_color(10)=#ff8c19
if X_unit then
X_unit=X_unit
end if
if Y_unit then
Y_unit=Y_unit
end if
num =ubound(stat_array,1)
item_width = cint(20000/num+0.5)
begin_x= cint((item_width-1200)/2)+2200
value_Max=0
for i=1 to num
if value_Ma
您可能关注的文档
- 牛津实用英语语法(无乱码)第17章.doc
- 爱学习 会学习 能学习 家长辅导孩子学习的有效方法.doc
- 牛津英语8B期末试题.doc
- 牛津英语7A Unit 2单元练习 1.doc
- 物流英语重点单词金山词霸生词本导入文件.doc
- 牛津初中英语7A_Unit1_教学要求,知识点讲解和练习..doc
- 物流顽症备份自用.doc
- 物理公式 文本文档.doc
- 物理化学指导.doc
- 物理34课后习题答案.doc
- unidir -人工智能与国际安全:理解风险并为建立信任措施铺平道路 AI and International Security - Understanding the Risks and Paving the Path for Confidence-Building Measures.pdf
- unidir -通过负责任行为的规范、规则和原则推进空间安全的非洲视角 African Perspectives for Advancing Space Security Through Norms, Rules and Principles of Responsible Behaviours - Workshop Summary Report.pdf
- wfp -约旦学校供餐计划影响评估 Jordan, School Meal Programme Impact Evaluation.pdf
- wfp -注意差距 莱索托案例研究 Mind the Gap -Lesotho Case Study.pdf
- unesco -数字公共产品与新兴技术促进公平和包容的知识获取 Dubai Declaration on Open Educational Resources (OER) digital public goods and emerging technologies for equitable and inclusive access to knowledge.pdf
- unidir -致命自主武器系统领域新兴技术相关提案 Proposals Related to Emerging Technologies in the Area of Lethal Autonomous Weapons Systems- A Resource Paper (updated).pdf
- who -脊髓灰质炎过渡战略框架:监测与评估 Polio transition strategic framework - Monitoring and evaluation.pdf
- who -高效实用的结核病治疗试验平台会议报告 Platform for efficient and practical tuberculosis treatment trials.pdf
- unesco -国际性教育技术指导纲要:循证方法 International technical guidance on sexuality education - an evidence-informed approach.pdf
- UNIDIR_unidir -涉足浑浊之水:海底通信电缆与负责任的国家行为 Wading Murky Waters - Subsea Communications Cables and Responsible State Behaviour.pdf
原创力文档

文档评论(0)