DevExpress控件使用交流,DevExpress中国社区 售前咨询
当前位置: 首页 > 开发资源 » 使用教程 » 如何将DevExpress DXChart图表控件添加到Windows窗体应用程序中?

如何将DevExpress DXChart图表控件添加到Windows窗体应用程序中?

作者:zhuhm   来源:本站原创   浏览:Loading...次   发布时间:2012-09-10   评论:0条

以下的例子展示了如何将ChartControl添加到Windows窗体应用程序中。注意图表控件可以在设计时和运行时添加到你的图表应用程序中。

设计时

默认状态下, ChartControl项被添加进VS IDE的DX.12.1:Data工具箱选项卡中。就这样,简单地拖拽相应的工具箱项目,把它放置于窗体应上就可以把图表控件加到你的项目中。

DXChart,图表控件,DevExpress,Windows窗体,ChartControl

注意:当添加ChartControl时,会调用到图表向导窗口。如果你不想用到它点击“取消”,或者按照软件的步骤来定制你的图表的初始轮廓。

运行时

运行时添加一个图表控件到窗体,不要忘了把所有必需的组件添加到你项目中的参考列表中。

C#
using System.Drawing;
using System.Windows.Forms;
using DevExpress.XtraCharts;
// ...
private void OnButtonClick(object sender, System.EventArgs e) {
// Create a new Chart control.
ChartControl chart = new ChartControl();
// Set the chart's location.
chart.Location = new Point(10, 10);
// Perform any other initialization here.
// ...
// ...
// Add the chart to the Form.
this.Controls.AddRange(new Control[] {chart});
}


VB
Imports System.Drawing
Imports System.Windows.Forms
Imports DevExpress.XtraCharts
' ...
Private Sub OnButtonClick(sender As Object, e As System.EventArgs) _
Handles Button1.Click
' Create a new Chart control.
Dim chart As New ChartControl()
' Set the chart's location.
chart.Location = New Point(10, 10)
' Perform any other initialization here.
' ...
' ...
' Add the chart to the Form.
Me.Controls.AddRange(New Control() {chart})
End Sub
本站文章除注明转载外,均为本站原创或翻译
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:DevExpress控件中文网 [http://www.devexpresscn.com/]
本文地址:http://www.devexpresscn.com/DevExpress-Resources/Documentation-228.html

关键字: DXChart  

相关产品: DXperience Universal Subscription

评论列表

暂无评论

请谈谈你的看法 请使用IE或者Firefox浏览器,暂不支持Chrome!

昵称 不填则默认为游客评论

DevExpress DXperience DXv2 v12

DevExpress DXperience 下载 download

DevExpress购买、价格、授权

慧都控件网为DevExpress界面控件的中国地区唯一正式授权经销商,正版控件销售公司,授权代理商,经销商及合作伙伴。

电话:400-700-1020
        023-66090381

邮箱:sales@evget.com

>>如何选择正规控件购买渠道