ASP implementation K-line map (online)

xiaoxiao2021-03-06  72

You can consider using MSChart, but the disadvantage is that it is not very good, not very professional, and if the client is not installed, it is more troubles, because the general website does not use the way. Here are some things in Mschart, you can consider it yourself, I have not used other controls, so I can't give you a satisfactory answer. Also attached to a URL, www.tjinfo.com, there is a question, using Mschart, but there is no fold line, this you can define itself, 9CBS surveys also use Mschart. ============================================================================================================================================================================================================= =============== Look at this summary, you will benefit! About MSCHART Document Mschart is a powerful chart tool made by Microsoft, using it to build a variety of charts. Produce a variety of 3D 2-dimensional histograms, line charts. For a long time, I talked about the MSCHART components for the MSCHART component.

1, Chart Activex controls: 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 proteth 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:.. 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

You can look this Acticle if you need help. Http://support.microsoft.com/support/kb/Articles/Q159/9/23.ASP2 0> 3D histogram charTtype = 1> Two-dimensional direct view ChartType = 2> 3D line chart ChartType = 3> Two-dimensional line diagram ChartType = 4> 3D area map charType = 5> 2D area map charType = 14> Pie B SHOWLEGEND: Whether to show the comment C, Titletext:

Title d, Columncount: The number of data columnse, Rowcount: The number of data rowsf, 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

CLSID: 3A2B370C-BA0A-11D1-B137-0000F8753F5D "" ID = mschart1 style = "" Height: 326px; width: 651px "" CodeBase = "" Mschart.cab ">