<?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
mhwd5667
- 粉丝: 0
- 资源: 1
最新资源
- 自动化应用驱动的容器弹性管理平台解决方案
- 各种排序算法 Python 实现的源代码
- BlurAdmin 是一款使用 AngularJs + Bootstrap实现的单页管理端模版,视觉冲击极强的管理后台,各种动画效果
- 基于JSP+Servlet的网上书店系统源代码项目包含全套技术资料.zip
- GGJGJGJGGDGGDGG
- 基于SpringBoot的毕业设计选题系统源代码项目包含全套技术资料.zip
- Springboot + mybatis-plus + layui 实现的博客系统源代码全套技术资料.zip
- 智慧农场小程序源代码全套技术资料.zip
- 大数据技术毕业设计源代码全套技术资料.zip
- renren-ui-nodejs安装及环境配置
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈