Show statistics charts in ASP

xiaoxiao2021-03-06  73

About MSCHART documentation

Mschart is a powerful chart tool made by Microsoft, which is easy to build various 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 < Param> 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:. 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 activity if you need help. http://support.microsoft.com/support/kb/articles/q159/9/23.ASP2 >

3D histogram charTtype = 1> two-dimensional straight view ChartType = 2> 3D folding chart charType = 3> Two-dimensional line diagram Charttype = 4> 3D area map charType = 5> 2D area map charType = 14> Pie Chart B, Showlegend : whether to display the explanation 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. red rawn 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 <

param NAME = "LPKPath" VALUE = "mschart.lpk">