<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Windows.Forms.DataVisualization</name>
</assembly>
<members>
<member name="N:System.Windows.Forms.DataVisualization.Charting">
<summary>The <see cref="N:System.Windows.Forms.DataVisualization.Charting" /> namespace contains methods and properties for the Chart Windows forms control.</summary>
</member>
<member name="T:System.Windows.Forms.DataVisualization.Charting.Annotation">
<summary>Defines properties and methods common to all annotations. This is an abstract class.</summary>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Annotation" /> class. This is the default constructor and should not be used.</summary>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.BeginPlacement">
<summary>Begins the end user placement of an annotation using the mouse.</summary>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.BringToFront">
<summary>Brings an annotation to the front of all annotations.</summary>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.Dispose(System.Boolean)">
<summary>Releases unmanaged resources and, optionally, managed resources.</summary>
<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.EndPlacement">
<summary>Ends the end user placement of an annotation.</summary>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.ResizeToContent">
<summary>Resizes an annotation according to its content size.</summary>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.SendToBack">
<summary>Sends an annotation to the back of all the annotations.</summary>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.SetAnchor(System.Windows.Forms.DataVisualization.Charting.DataPoint)">
<summary>Anchors an annotation to the specified data point.</summary>
<param name="dataPoint">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> to which the annotation will be anchored.</param>
</member>
<member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.SetAnchor(System.Windows.Forms.DataVisualization.Charting.DataPoint,System.Windows.Forms.DataVisualization.Charting.DataPoint)">
<summary>Anchors an annotation to two data points.</summary>
<param name="dataPoint1">The first anchor <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" />.</param>
<param name="dataPoint2">The second anchor <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" />.</param>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Alignment">
<summary>Gets or sets the content alignment of an annotation.</summary>
<returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the content alignment.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowAnchorMoving">
<summary>Gets or sets a flag that specifies whether the end user is allowed to move the annotation anchor using a mouse.</summary>
<returns>True if the annotation anchor may be moved, otherwise false.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowMoving">
<summary>Gets or sets a flag that specifies whether the end user is allowed to move an annotation using a mouse.</summary>
<returns>True if the annotation may be moved, otherwise false.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowPathEditing">
<summary>Gets or sets a flag that specifies whether the end user is allowed to move the points of a polygon annotation using a mouse.</summary>
<returns>True if the polygon annotation's points may be moved, otherwise false.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowResizing">
<summary>Gets or sets a flag that specifies whether the end user is allowed to resize an annotation using a mouse.</summary>
<returns>True if the annotation may be resized, otherwise false.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowSelecting">
<summary>Gets or sets a flag that specifies whether the end user is allowed to select an annotation using a mouse.</summary>
<returns>True if the annotation may be selected, otherwise false.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowTextEditing">
<summary>Gets or sets a flag that specifies whether the text in an annotation may be edited when the end user double clicks the text.</summary>
<returns>True if the annotation text may be edited, otherwise false.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorAlignment">
<summary>Gets or sets the alignment of an annotation to the anchor point.</summary>
<returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the annotation to the anchor point.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorDataPoint">
<summary>Gets or sets the data point to which an annotation is anchored.</summary>
<returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object to which an annotation is anchored.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorDataPointName">
<summary>Gets or sets the name of a data point to which an annotation is anchored. For internal use only.</summary>
<returns>A string value that represents the name of the data point that an annotation is anchored to.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorOffsetX">
<summary>Gets or sets the offset from the anchor point for the X position of an annotation.</summary>
<returns>A double value that represents the offset of the X position from the anchor point.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorOffsetY">
<summary>Gets or sets the offset from the anchor point for the Y position of an annotation.</summary>
<returns>A double value that represents the offset of the Y position from the anchor point.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorX">
<summary>Gets or sets the X coordinate to which the annotation is anchored.</summary>
<returns>A double value that represents the X coordinate an annotation is anchored to.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorY">
<summary>Gets or sets the Y coordinate to which the annotation is anchored.</summary>
<returns>A double value that represents the Y coordinate an annotation is anchored to.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnnotationGroup">
<summary>Gets the group, if any, to which the annotation belongs. For internal use only.</summary>
<returns>This property is for internal use and is hidden at design and run time.</returns>
</member>
<member name="P:System.Windows.Forms.DataVisualization.Char
没有合适的资源?快使用搜索试试~ 我知道了~
mschart所需的dll文件
共6个文件
dll:4个
xml:2个
4星 · 超过85%的资源 需积分: 9 33 下载量 188 浏览量
2013-07-18
13:46:35
上传
评论 1
收藏 942KB RAR 举报
温馨提示
开发的软件用到了mschart控件。在部署时由于在每台客户端安装mschart太过繁琐。只要把这6个dll文件复制到程序目录下打包发布即可。ps:在网络上找了很多方法;如注册mxcrt20.ocx都木有成功。
资源推荐
资源详情
资源评论
收起资源包目录
char.rar (6个子文件)
char
System.Web.DataVisualization.dll 1.65MB
System.Web.DataVisualization.Design.dll 80KB
System.Windows.Forms.DataVisualization.dll 1.67MB
System.Windows.Forms.DataVisualization.Design.dll 72KB
System.Windows.Forms.DataVisualization.xml 521KB
System.Web.DataVisualization.xml 487KB
共 6 条
- 1
资源评论
- mnxm2014-01-07mschart难道一定要安装才可以吗,这个我不是很了解..
- weiyuxingkong2014-08-08DLL很齐全,不过mschart 是avctiv控件,还是要注册的。必须注册才能用
mhwd5667
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功