> > >
This document gives you a quick overview of what resources you need to review first to get started with the XtraCharts Suite. These examples demonstrate the basicfunctionality of XtraCharts, and provide you with the step-by-step instructions on how to create simple and advanced charting applications in MS Visual Studio.For basic information on how to use the XtraCharts Suite, please refer to the section.Step-by-Step Tutorials
To quickly get started with XtraCharts, we suggest that you review the following tutorials.
Online Videos
In addition to the lessons listed above, we have prepared a lot of online videos to help you become familiar with XtraCharts. They will be of particular interest to those
developers who recently started working with Visual Studio .NET, or have not yet had an opportunity to see XtraCharts in action. In general, these online demos show how toreplicate the steps that are described in the corresponding lessons, and also demonstrate some additional features.XtraCharts online videos are available on the website.
See Also
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
第⼀课 使⽤向导创建图表(Chart)
教程介绍图表向导,将允许你和最终⽤户从⽆到有的创建并定制任何复杂程度的图表。本例中,使⽤向导创建简单的⾃由图表。然⽽,注意,如果你定义了图表的ChartControl.DataSource属性,向导可以提供⼀系列数据相关的设置,这样你就可以完成⼀些⾮常复杂的数据绑定操作。
默认情况下,每次将ChartControl控件从⼯具栏拖到窗⼝上时,Chart向导⾃动被激活(如果“每次添加新图表时都显⽰向导”选项在向导的状态栏可⽤)。单击智能标签可以快速启动向导,在action列表中选择Run Wizard(运⾏向导)命令。
Lesson1
Lesson 1 - Create a Chart using the Wizard > > > >
This tutorial introduces the , which allows you and your end-users to create and customize a chart of any level of complexity from scratch. In this example, we'll use the Wizard tocreate a simple unbound chart. However, note that if your chart's is defined, the Wizard also provides a complete set of data-related settings, so that you can use it to performeven the most complex data binding tasks.
By default, the Wizard is automatically invoked each time a is dropped from the toolbox, (if the \"Display a wizard every time a new chart is added\" option on the Wizard's statusbar is enabled). And, you can quickly run the Wizard for your chart, by clicking its smart tag, and from its actions list, choosing the Run Wizard... command.Then, proceed with the Wizard's steps, to construct the chart.根据向导进⾏操作,完成图表的构建。
On the first Chart Type page, choose the chart type. The type specified at this step is not absolute, and you will have the option to change it in anotherSeries page,because the chart type (the type) is determined by the of the series it displays.
第⼀页是Chart Type(图表类型)页,选择Bar chart(长条图)。本教程中向导选择的图表类型是特定的,你⾃⼰开发时可以选择任意⼀种图表类型,也可以随时更改图表的类型。
Switch to the next Appearance page. Here, you can choose the look-and-feel for your chart by specifying itspalette and choosing its specificstyle. For details on this, refer
to.
翻看接下来的Appearance(外观)页。你可以为图表选择特定外观,⽅法是设定Palette(调⾊板)并选择Style(样式)。
The next Series page is where you actually determine the type of your chart. It depends on which view type has the first visible series in the chart's collection. And, in orderto combine multiple series of different types within the same chart, their view types must be compatible. For details on this, refer to .
Series(序列)页⾯是你真正设计你的图表类型的地⽅。它取决于在图表集合中哪⼀种View type(视图类型)有第⼀个可见series(序列)。为了对⼀个图表综合使⽤多种系列不同类型,他们的视图类型必须兼容。 译者注:序列就是⼀组数字。
On this page, after you have created a series of the required types, ensure that theirvalue scale types are defined appropriately. Because declaring an accurate scale typeseries points'values is crucial for getting the correct output. The argument scale types are defined automatically, by default.
创建需要类型的序列后,确保他们的值类型正确定义了。因为要想得到正确的结果,要求点集序列必须准确的值类型。⾃变量的值类型会⾃动设为默认值。To learn about other options available on this tab, refer to .
The next Data page provides options for populating the series with points. This can be either donemanually (by specifyingarguments and theirvalues for each point) or - ifyour chart'sdata source is defined -automatically (by specifying the data bindings for your series). For details on this, refer to.
数据页提供点序列⽣成的设置。点序列既可以⼿动设置(通过为每⼀个点设置Argument(⾃变量)和Value(因变量)),也可以通过定义图表的data source数据源属性⾃动设置(通过绑定序列定义数据)
At this step, the chart's construction is finished, so you can click Finish to see the result.图表构建完成,单击Finish查看结果。
The pages in the next Presentation group allow you to adjust the appearance of the chart and its elements, and are detailed in the following document:.-------------------------------------------------------------------------------------------------------------------------------------Lesson 2 - Create a Simple Unbound Chart
第⼆课 创建简单图表
> > > >
This example demonstrates how to construct a chart at design time within Visual Studio with manually created and populated series.To create a simple unbound chart, do the following.
本例演⽰如何使⽤Visual Studio在设计时构建图表,并通过⼿动⽅式创建和构造数据。
Create a Chart and Add Series to it 创建图表并添加序列
1. Start MS Visual Studio (2010 or 2012), and create a new Windows Forms Application or open an existing one. 启动MSVisual Studio,创建窗⼝应⽤程序或者打开⼀个已经存在的项⽬2. From the DX.13.1: Data & Analytics toolbox tab, drop the onto the form.
3. 从DX:Data&Analysis⼯具栏页拖动ChartControl到窗⼝上。(我⾃⼰⽤的是10.2)
Note that after you drop the Chart, the may be invoked (if its \"Display a wizard every time a new chart is added\" option is enabled). In this example, we don't need to usethe Wizard, so clickCancel to close its window.本例不需要向导,选择Cancel关闭向导窗⼝。
Note
For the chart to occupy all of the available space on the form, click the chart's smart tag, and in its actions list, clickDock in Parent Container. 要想让图表占据窗⼝的所有可⽤空间,单击智能标签,在动作列表中单击Dock in Parent Container(在⽗容器中停靠)。(下图为译者所加)
4. To add a new series to the chart, click the chart's smart tag, and in its actions list, click theSeries...link. 单击图表的智能标签动作列表中的Series...链接给图表添加新的序列 Then, in the invoked Series Collection Editor,
clickAdd.... 在激活的序列集合编辑器Series Collection Editor中,单击Add... 。5. In the Series View Types dialog, specify the of the series being created.
Note that the view type of the first visible series in the chart's collection determines its.
For example, choose the series, for the chart to get the . 在Series ViewType序列类型对话框中,指定将要创建的序列的视图类型 。 注意图表集合中第⼀列可见序列的视图类型决定了最终的图类型。6.
Note
The available view types are listed in and .
XtraCharts automatically detects the data type of series arguments. This means that you don't need to specify the property before providing data for a chart, because it isset toAuto by default. Just make sure the default value of the property meets your requirements for some view types. Otherwise, select another value scale type (e.g., fortheBar series view).
7. XtraCharts ⾃动确定序列的⾃变量的数据类型。也就是说在给图表提供数据之前不需要指定SeriesBase .ArgumentScaleType属性,因为默认被设置为Auto。只要保证默认的value参变量SeriesBase.ValueScaleType属性满⾜你的视图类型需要就⾏,否则选择另外⼀种值类型。8. You can perform this in the Properties tab of the dialog.在Properties属性页进⾏操作
9. To manually add points to your series, switch back to the Points tab. Although, some series view types may require more than one value for each point's argument (e.g.,in or series), it's more typical for a point to have only an argument and value pair, which correspond to the point's X and Y coordinates along the appropriate.10. In your chart, you can create as many different series as required. Moreover, you can combine series of different view types within the same chart,. For example, add
a series.11. 你可以创建任意数量的序列,⽽且可以在同⼀个Chart上综合不同的视图类型,只要这些视图相容,如添加⼀个Spline样条曲线序列。
To apply the changes and quit the dialog, click Close. Now, your chart has two different series, populated with points. It now looks like in the following image.应⽤设置并退出对话框,单击Close。现在图表上有两种不同类型的序列。
Customize the Chart
9. Customize the Legend定制图例
By default, the chart's is shown in the top-right corner of the chart. To change the legend position, expand theproperty, and set its property to Center, to TopOutside,and toLeftToRight. 默认图例在 右 上⾓,要改变位置,展开属性,并设置属性为Center中⼼,为TopOutside, 为LeftToRight10. Add a Constant Line添加横线
To highlight a value across any axis, a can be drawn through it. To do this, expand the property, and then its property in the Properties window. And click the ellipsisbutton for its property.
Then, in the Constant Line Collection Editor, click Add to create a constant line, specify its property, and adjust its remaining
options. 在横线编辑器中,单击Add添加创建横线,指定横线的属性,调整到合适选项。11.
The result is illustrated in the following image.12. Display Series in Different Panes在不同⾯板展⽰
You can show each series (or group of series) in a separate . To do this, select the series on a diagram. Then, In the Properties grid, expand the property and invoke thedrop-down menu for the property, and click New pane.The result is illustrated in the following image.
In addition, you can adjust the axes visibility in the panes, and create as well.13. Customize the Crosshair Cursor定制⼗字准线光标
By default, a crosshair cursor is automatically displayed on a chart control at runtime. You can enable (disable) the crosshair cursor both at the level of a chart controlusing the property, and at the level of a chart series via theproperty.
To demonstrate the second approach, let's disable a crosshair label for the Bar series.
To do this, invoke the Series Collection Editor via the chart's smart tag. Then, locate the property in the Series1's Properties tab and set it tofalse.Note that you can also get access to this property via the Properties grid.
Run the application and make sure a crosshair label appears only for the Spline series.Let's show crosshair axis lines and crosshair axis labels on a chart.
To accomplish this, locate the object in the Properties grid and set its ,, , properties to true as shown below:Run the application to see the result.
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Lesson 3 - Bind Chart Series to Data
第三课 绑定数据到图表序列
> > > >
This tutorial demonstrates how to bind a chart to an external data source, manually add a series to the chart, and adjust its data bindings. This means that it is possible toprovide an individual data source for each series.
指南演⽰了如何绑定图表到外部数据源,⼿动添加序列到图表并调整数据绑定。也就是说,可以为每种序列提供独⽴的数据源。
To learn how to manually bind a chart's series to data, do the following.⼿动绑定图表的序列到数据,按如下步骤进⾏
Create a Chart and Bind it to Data创建图表并绑定到数据
1. Start MS Visual Studio (2010 or 2012) and create a new Windows Forms Application or open an existing one.启动VS新建Windows 窗体应⽤程序或打开已经存在的程序。2. From the DX.13.1: Data & Analytics toolbox tab, drop the onto the form.拖动ChartControl到窗体3.
In this instance, the may be invoked (if its \"Display a wizard every time a new chart is added\" option is enabled). In this example, we don't need to use the wizard, so clicktheCancel button to close the Wizard and manually customize the chart.本实例中,Chart 向导或许被激活,这⾥不需要,所以单击Cancel取消关闭向导,并⼿动定制图表。4.
Note
For the chart to occupy all the available space on the form, click the chart's smart tag, and in its actions list, clickDock in Parent Container要使图表占据窗体的可⽤空⽩空间,单击Chart的智能标签,在⾏为列表中单击Dock in Parent Container.
5. To define a data source for the chart, click its smart tag, and in its actions list, expand theChoose Data Source drop-down list and click on Add Project Data
Source... link. 要添加图表的数据源,单击智能标签,⾏为列表下展开Choose Data Source选择数据源下拉列表,单击Add Project Data Source。。。添加项⽬数据源链接6.
The Data Source Configuration Wizard appears. It allows you to select a data source.出现数据源配置向导,可以选择⼀个数据源。7. In the Wizard's first page, select the Database icon and click Next.选择数据库图标,单击Next进⼊下⼀步。8. In the Choose a Database Model page, click Next.在选择数据库模型页,单击Next进⼊下⼀步。
9. On the following page, click New Connection... and specify the following path to the Northwind database file - C:\\Users\\Public\\Documents\\DXperience 13.1Demos\\Data\\nwind.mdb (leave thePassword option blank). 单击New Connection...新建连接。。。并指定Northwind数据库⽂件⽬录C:\\Users\\Public\\Documents\\DXperience 13.1 Demos\\Data\\nwind.mdb,Password选项置空。To proceed, click Next.继续点击Next。10. Then, the following message appears.
是否拷贝数据库⽂件到当前⼯程兵修改连接。
Note
You can choose between adding the file to your project or leaving it in its original location. For more information on Visual Studio behavior, see the \"How to: Manage LocalData Files in Your Project\" article in MSDN.
11. Select No, as this example is not intended to change database data.选择不拷贝。
12. Click Next on the following page to save the created connection string to the configuration file.单击Next保存创建的连接字符串到配置⽂件。13. Select the \"Products\" table as shown below and click Finish.选择Products表,然后单击Finish完成。
As a result, Visual Studio will generate a set of classes for data manipulation within the project. The main ones are:VS会⾃动在项⽬中⽣成⼀些数据控制类,主要的有
nwindDataSet - represents a System.Data.DataSet object (a collection of tables, relationships, and constraints), which contains the Products table from the Northwinddatabase.
nwindDataSet 表⽰⼀个System.Data.DataSet 对象(表、关系、约束的集合),包含了北风数据库的products 表
productsTableAdapter - represents a TableAdapter object that provides communication between the application and a database. Its methods are used for executingqueries and stored procedures, fetching data and filling DataTables in DataSets, and sending data back to the database. It is assigned to the property.
productTableAdapter表⽰⼀个TableAdapter对象,这个对象⽀持应⽤程序和数据库通信。它的⽅法⽤来执⾏查询和存储过程,获取数据并填充DataSets⾥的DataTables,并返回数据到数据库,被关联到ChartControl.DataAdapter属性
productsBindingSource - represents a System.Windows.Forms.BindingSource component, used to simplify the data binding of the nwindDataSet to the ChartControl. It isassigned to the property.
productsBindingSource 表⽰⼀个System.Windows.Forms.BindingSource组件,⽤来简化数据绑定到nwindDataSet到ChartControl。被关联到ChartControl.DataSource属性
Now, the chart has been bound to data. The next steps specify which data fields should be used to provide data for the chart's series.现在,图表已经被绑定了数据。下⼀步指定哪些数据域应该被使⽤来提供图表的序列。
Specify a Series Data Source指定序列的数据源
10. Now, let's add to the chart. To do this, click the chart's smart tag and in its actions list, choose theSeries... link.给图表添加序列。单击智能标记,动作列表中选择Series...添
加序列集到图表。单击图表的智能标签,⾏为列表选择Series序列...链接11. In the invoked Series Collection Editor, click Add..., and select the view.序列集合编辑器中点击Add。。添加选择Bar 视图。激活的序列集合编辑器中单击添加 。。,选择
条形图视图。
Note
After you create a series, the chart displays fake data to give you an idea of what the chart will look like after genuine data is provided.
12. Now switch to the Properties tab on the right of the editor's window and make the following assignments for the Series1 properties:现在转换到编辑窗⼝右侧的属性页,为
序列1属性关联下⾯两个。
- set the property to the ProductName data field; ⾃变量为ProductName产品名称- and the only value of the property to UnitPrice.因变量为UnitPrice单价
Note
In most scenarios, it is unnecessary to specify the property.⼤多数情况下,需指定Series.DataSource 属性
13. To limit the number of data points in the series, click the ellipsis button for the property.为了限制序列中的点数,单击属性的省略号按钮
In the invoked Data Filter Collection Editor, click Add, and for the created filtering criterion, set its to CategoryID and to 4. And leave the property set to its default value(Equal).在弹出的数据过滤集合编辑器中,单击Add添加。为了创建过滤标准,设置为CategoryID ,为4,保留默认值(Equal)相等。
Populate with Data at Design and Runtime设计和运⾏时填充数据
14. If you wish to see how the resulting chart will finally look at design time, click its smart tag, and in its actions list, clickPopulate. This will redraw the chart using obtained
data.如果想预览设计时图表的最终外观,单击智能标签,在动作列表中单击填充,将使⽤获得的数据重绘图表。
At runtime, Visual Studio automatically adds the following code to the form's Load event, and normally you don't need to add it manually.运⾏时,VS⾃动添加如下代码到窗体的Load载⼊事件,通常不需要⼿动添加。15.
C#
private void Form1_Load(object sender, EventArgs e) {
// TODO: This line of code loads data into the 'nwindDataSet.Products' table. // You can move, or remove it, as needed.
this.productsTableAdapter.Fill(this.nwindDataSet.Products);}
VB
Customize the Chart定制图表
15. Now you can adjust the following options.调整如下选项
Adjust the .调整series
For the created series, it is possible to color each Bar individually. To achieve this, select the series and in theProperties grid, expand its property. Among the set of theview-type-specific options, locate and enable theproperty.对创建的序列,可能需要独⽴指定每⼀个条状图的颜⾊。为获得这种效果,选择序列集,在属性格⽹张展开属性。定位到属性。
Then, for the series, expand its property, and set the to ArgumentAndValues.对每⼀序列集,展开属性,设置 to ArgumentAndValues⾃变量因变量(参数函数值)
Adjust the .
Now, each data point is represented in the chart's legend by a separate item, displaying a pair of point arguments and their values. To better position the legend, select it,and in theProperties grid, set its to LeftToRight, to Center, and to BottomOutside.
Add a .
To create a title for your chart, select it, and in the Properties grid, click the ellipsis button for the property. Then, in the invoked collection editor click Add, and for thecreated title, set its and other options.
Adjust the .
To show the series labels, enable the property.
Adjust the crosshair cursor options.
By default, crosshair cursor labels are displayed on a chart. You can disable (enable) a crosshair cursor both at the level of a chart via the property and at the level of achart series using the property.
To show crosshair cursor axis lines and crosshair cursor value labels, set the , and properties to true.
Get the Result
The result is illustrated in the following image.
-------------------------------------------------------------------------------------------------------------------------------------
Lesson 4 - Use the Series Template for Auto-Created Series
第4课 使⽤序列模板⾃动创建序列
> > > >
This tutorial demonstrates how to create a chart bound to data, so that all series are auto-created based on a commontemplate, which specifies universal options for all series.This is possible when the data for all series (their names, along with points' arguments and values) is stored in the samedata table.Note that in this scenario, the and certain other settings will be the same for all series.
In this example, we'll bind a chart to the \"GSP\" table in the GSP database (the gsp.mdb file is shipped with the installation of the XtraCharts Suite). This table contains the GrossState Product (GSP) statistics for certain US regions.
To bind a chart to data using series templates, do the following.
Create Data Objects and Bind a ChartControl
1. Start MS Visual Studio (2010 or 2012) and create a new Windows Forms Application or open an existing one.2. .
Note that after you drop the chart control, the may be invoked (if its \"Display a wizard every time a new chart is added\" option is enabled). In this example, we don't needto use the Wizard, so clickCancel to close its window.
3. For the chart to occupy all the available space on the form, click the chart's smart tag, and in its actions list, clickDock in Parent Container.
4. To create a data source for a chart, select it and click its smart tag. In the invoked actions list, expand theChoose Data Source drop-down selector and click the AddProject Data Source... link.Then proceed through the following steps suggested by the invoked Data Source Configuration Wizard.5. In the first step, choose the Database icon and click Next.6. In the Choose a Database Model page, click Next.
7. On the following page, click New Connection... and specify the following path to the GSP database file - C:\\Users\\Public\\Documents\\DXperience 13.1Demos\\Data\\gsp.mdb (leave thePassword option blank).Click Next to proceed.
8. Then, the following message appears.
Note
You can choose between adding the file to your project or leaving it in its original location. For more information on Visual Studio behavior, see the \"How to: Manage LocalData Files in Your Project\" article in MSDN.
Select No, as this example is not intended to change database data.
9. On the following page, you are asked whether or not the created connection string should be saved to the configuration file of your project.Leave the default setting and click Next.
10. The final page allows you to choose tables, which should be obtained from the database.
Select the \"GSP\" table and click Finish.
After performing the above steps, Visual Studio generates a set of classes that support ADO.NET architecture, some of which are then auto-assigned to the appropriateproperties of your chart control. In particular:
- gspDataSet (a System.Data.DataSet object that is a collection of possibly inter-related tables) containing thegspDataTable;
- gSPBindingSource (a System.Windows.Forms.BindingSource component, which provides data in the chart's dataset) is auto-assigned to the property;- gSPTableAdapter (TableAdapter object, which contains methods to get and post data from the specified table in the database) is auto-assigned to the property;This means that the chart has been successfully bound to the data source. The next steps explain how to assign its data fields to the chart's series template.
Specify a Series Data Member and Adjust a Series Template
11. Now, let's specify a data field for as many series to be auto-created as there are records in this field. To do this, set the property to Year.
Note that series names (as they will appear in the ) will correspond to this field's values.12. Now, adjust the series' template, which is accessed via the chart's property.
In particular, you are required to define data fields where series obtain information for their pointarguments and values.To accomplish this, set the property to Region.Then set the only value of the property to GSP.
Note that some series may require more than one value for each argument (such as or series). In such cases, multiple data members should be specified forthe collection.
Now, the chart possesses complete information about the data source and its data members. However, it still doesn't show the real data at design time. To populate your chartwith genuine data, click the chart's smart tag and clickPopulate.
Populate with Data at Runtime (Optional)
MS Visual Studio automatically adds the following code to the form's Load event, and normally you don't need to add it manually.
13. To populate a DataTable object with data from the database, the correspondingTableAdapter's Fill method can be used. In this example, the chart'sDataTable is
populated with data using the Fill method of thegSPTableAdapter object. The form's Load event is used to handle data loading.
C# VB
private void Form1_Load(object sender, EventArgs e) {
// TODO: This line of code loads data into the 'gspDataSet.GSP' table. // You can move or remove it as needed.
this.gSPTableAdapter.Fill(this.gspDataSet.GSP);}
Private Sub Form1_Load(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles MyBase.Load
' TODO: This line of code loads data into the 'gspDataSet.GSP' table. ' You can move or remove it as needed.
Me.gSPTableAdapter.Fill(Me.gspDataSet.GSP)End Sub
private void Form1_Load(object sender, EventArgs e) {
C#
private void Form1_Load(object sender, EventArgs e) {
// TODO: This line of code loads data into the 'gspDataSet.GSP' table. // You can move or remove it as needed.
this.gSPTableAdapter.Fill(this.gspDataSet.GSP);}
Private Sub Form1_Load(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles MyBase.Load
' TODO: This line of code loads data into the 'gspDataSet.GSP' table. ' You can move or remove it as needed.
Me.gSPTableAdapter.Fill(Me.gspDataSet.GSP)End Sub
VB
Customize the Chart
Finally, you can specify optional properties, which will be applied to all the auto-created series.14. Adjust the series name template.
By default, the name for every auto-created series (as it appears in the ) is obtained from an appropriate data field. However, you may wish to add some prefixes orpostfixes to these names, which can be done via the and properties. For this instance, set the property to \"GSP in \".
15. Adjust the crosshair cursor options.
By default, crosshair cursor labels are displayed on a chart. You can disable (enable) a crosshair cursor both at the level of a chart via the property and at the level of achart series, using the property.
To show crosshair cursor axis lines, set the and properties to true.
Get the Result
Run the project and view the result.
因篇幅问题不能全部显示,请点此查看更多更全内容