AnnotationResizedByUserRoundEventArgs Class |
Namespace: Arction.Wpf.Charting.Annotations
The AnnotationResizedByUserRoundEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotationResizedByUserRoundEventArgs |
Creates and initializes a new instance of AnnotationResizedByUserRoundEventArgs class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AngleValueMax |
The angle of the left edge. Applies when the rotation angle is 0.
(Inherited from AnnotationResizedByUserEventArgs.) | |
| AngleValueMin |
The angle of the right edge. Applies when the rotation angle is 0.
(Inherited from AnnotationResizedByUserEventArgs.) | |
| Annotation |
The annotation that was resized by user.
| |
| CancelRendering |
If you update the chart in the event handler, set to true to prevent flickering.
(Inherited from AnnotationResizedByUserEventArgs.) | |
| NewSize |
The new size in screen coordinates.
(Inherited from AnnotationResizedByUserEventArgs.) | |
| OldSize |
The old size in screen coordinates.
(Inherited from AnnotationResizedByUserEventArgs.) | |
| RadiusValueMax |
The radius of the bottom edge. Applies when the rotation angle is 0.
(Inherited from AnnotationResizedByUserEventArgs.) | |
| RadiusValueMin |
The radius of the top edge. Applies when the rotation angle is 0.
(Inherited from AnnotationResizedByUserEventArgs.) |