文章导航PC6首页软件下载单机游戏安卓资源苹果资源

pc软件新闻网络操作系统办公工具编程服务器软件评测

安卓新闻资讯应用教程刷机教程安卓游戏攻略tv资讯深度阅读综合安卓评测

苹果ios资讯苹果手机越狱备份教程美化教程ios软件教程mac教程

单机游戏角色扮演即时战略动作射击棋牌游戏体育竞技模拟经营其它游戏游戏工具

网游cf活动dnf活动lol周免英雄lol礼包

手游最新动态手游评测手游活动新游预告手游问答

您的位置:首页网页设计ASP实例 → asp实现k线图在线

asp实现k线图在线

时间:2004/11/7 3:01:00来源:本站整理作者:蓝点我要评论(0)

 可以考虑使用MSCHART,但是缺点是显示不太好看,不很专业,同时,如果客户端没有装的话就比较麻烦,因为显示不出来,所以一般的网站都采用生成图片的方式。下面给出MSCHART的一些东西,可以自己考虑着使用,我没有使用过其他的控件,所以不能给你满意的答复。另外附给你一个网址,www.tjinfo.com,里面有个调查题,使用了MSCHART,但是没有用折线,这个你可以自己定义的,CSDN的调查也使用了MSCHART。

=================================================================

看看我的这篇总结,你会受益匪浅!

关于Mschart的说明文档



MsChart是微软制作的功能强大的图表工具,用它可以很方便的建立各种图表。制作各种3维2维的直方图,折线图。结合前一段时间我对Mschart组件的认识,谈谈Mschart组件的使用方法。

1、 Chart Activex控件

In the HTML page, insert an tag for the License Manager object before any other tags. The License Manager is an ActiveX control that is installed with Internet Explorer.

NOTE: This CLASSID, "5220cb21-c88d-11cf-b347-00aa00a28331", is for the License Manager and not for your ActiveX controls. You must use the same CLASSID every time you refer to the LPK file. In addition, you should keep the Name property of the tag as "LPKPath", and set the Value property for the tag of the License Manager object to the LPK file name and path. This path may be a relative path but must not refer to a UNC share or a URL on another domain.

Because you can only have one LPK file for each HTML page, make sure that you include all of the licensed ActiveX Controls for the page when you generate your LPK file. For example:

  
id="Microsoft_Licensed_Class_Manager_1_0">

  



Insert the tag for your licensed control afterward. For example, an HTML page that displays the Microsoft Masked Edit control looks like this.

Here  I downloaded the file mschart.cab from Microsoft's website.  It has been digitally signed.


id=mschart1 style="HEIGHT: 326px; WIDTH: 651px" CODEBASE="mschart.cab">


You can look this acticle if you need help.

http://support.microsoft.com/support/kb/articles/Q159/9/23.ASP

2、 Mschart组件的一些常用属性介绍

a、charttype:图形的类型

charttype=0>三维直方图

charttype=1>二维直方图

charttype=2>三维折线图

charttype=3>二维折线图

charttype=4>三维面积图

charttype=5>二维面积图

charttype=14>饼图

b、showlegend:是否显示解说

c、titletext:标题

d、Columncount: The number of data columns

e、Rowcount:The number of data rows

f、Footnotetext:The footnote text.

g、Plot: Returns a reference to a Plot object that describes the area upon which a chart is displayed.

h、row: A row number in the current column. Rows are numbered from top to bottom beginning with 1. column: The current data column.

i、Rowlabel: The text for a row label. The label you specify sets the label for the data points identified by the Row property. This label appears along the category axis for most chart types and is used as the label for each individual pie in a pie chart. Label text may not be displayed if it is too long to fit on a chart.columnlabel: . Label text associated with a column in the data grid.

j、Data: The data point value. If the current data point already contains a value, it is replaced by the new value. The chart is redrawn to reflect the new value for the current data point.

k、ChartData: A two-dimensional array that holds the data used to draw the chart. If the first series of a multi-dimensional array contains strings, those strings will become the labels of the chart.ChartData is the default property for the MSChart control.

It is so many properities about Mschart Activex.I only introduce so much.Now,I will provide your two example to you!I wish it can help you understand it.

Example 1:It come from:

http://www.4guysfromrolla.com/webtech/MSChartExample.shtm


id="Microsoft_Licensed_Class_Manager_1_0">

  




id=mschart1 style="HEIGHT: 326px; WIDTH: 651px" CODEBASE="mschart.cab">




Example 2:We almost can see it everywhere.









数据显示图






id="Microsoft_Licensed_Class_Manager_1_0">

  




id=mschart1 style="HEIGHT: 326px; WIDTH: 651px" CODEBASE="mschart.cab">





显示方式




chtitle    标题

rcount    列数

ccount    行数

rc_type 排列方式(1 以行方式,2以列方式)

rc_data 数据

rname    列名数组

cname    行名数组>


































相关阅读 Windows错误代码大全 Windows错误代码查询激活windows有什么用Mac QQ和Windows QQ聊天记录怎么合并 Mac QQ和Windows QQ聊天记录Windows 10自动更新怎么关闭 如何关闭Windows 10自动更新windows 10 rs4快速预览版17017下载错误问题Win10秋季创意者更新16291更新了什么 win10 16291更新内容windows10秋季创意者更新时间 windows10秋季创意者更新内容kb3150513补丁更新了什么 Windows 10补丁kb3150513是什么

文章评论
发表评论

热门文章 没有查询到任何记录。

最新文章 迅雷新手完全入门手册 asp下面javascript上传图片限制格式大小方法告诉大家网页弹出窗口应用总结ASP常见错误类型大全asp常见错误分析和解决办法

人气排行 总是弹出visual studio 实时调试器 三种解决SQLSERVER存储过程及调用详解Asp获取真实IP地址ASP中连接Mssql的几种方法一个简单好用的UBB编辑器(含代码)如何用Split将字符串转换为数组并获取数组下ASP防止表单重复提交的办法告诉你免费的简单聊天室源代码