?? readme.txt
字號:
For new information on Builds and demos, please send email to webchart@carlosag.net or visit http://www.carlosag.net/
To use the control you just need to:
1) Add a reference to WebChart.dll in VS.NET and optionally you can add it to your toolbox.
2) Add the correct register tag in the page:
<%@ Register TagPrefix="Web" Namespace="WebChart" Assembly="WebChart" %>
3) Add the simplest chart possible:
<Web:ChartControl id="chart" runat="server">
</Web>
4) From this point you can use the VS.NET designer to format your chart.
5) BTW. Remember to call RedrawChart() whenever you want the chart to be redrawn (usually in Page_Load or after changing the data, etc) if not you will only receive an empty image, this is by design to avoid redrawing unnecesary charts for performance.
FOR USERS OF VS.NET
The steps above are only needed if you like doing things manually, with VS.NET things can be easier:
1) Open or Create a New Web Project in the language of your choice
2) Just open your toolbox (if it does not appears click Ctrl+Alt+X)
3) Right click on it and Select the option 揅ustomize Toolbox
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -