AnnotationPositionChangingEventArgs 类

定义

提供 Chart 控件中用于更改批注位置的事件的数据。

public ref class AnnotationPositionChangingEventArgs : EventArgs
public class AnnotationPositionChangingEventArgs : EventArgs
type AnnotationPositionChangingEventArgs = class
    inherit EventArgs
Public Class AnnotationPositionChangingEventArgs
Inherits EventArgs
继承
AnnotationPositionChangingEventArgs

注解

AnnotationPositionChangingEventArgs用于 控件中的Chart两个批注定位事件 AnnotationPositionChangingAnnotationPositionChanged

属性 Annotation 获取要定位的批注对象。 此类还包含用于检索重新定位的批注的新位置、宽度、高度和定位点位置的属性。

构造函数

AnnotationPositionChangingEventArgs()

初始化 AnnotationPositionChangingEventArgs 类的新实例。

属性

Annotation

获取或设置 Annotation 对象。

NewAnchorLocation

获取或设置新的批注定位点位置。

NewAnchorLocationX

获取或设置新的批注定位点 X 位置。

NewAnchorLocationY

获取或设置新的批注定位点 Y 位置。

NewLocationX

获取或设置新的批注 X 坐标位置。

NewLocationY

获取或设置新的批注位置 Y 坐标。

NewPosition

获取或设置新的批注位置和大小。

NewSizeHeight

获取或设置新的批注高度。

NewSizeWidth

获取或设置新的批注宽度。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于