AnnotationResizedByUserEventArgs Class |
Namespace: Arction.WinForms.Charting.Annotations
The AnnotationResizedByUserEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotationResizedByUserEventArgs |
Creates and initializes a new instance of AnnotationResizedByUserEventArgs 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.
| |
| AngleValueMin |
The angle of the right edge. Applies when the rotation angle is 0.
| |
| CancelRendering |
If you update the chart in the event handler, set to true to prevent flickering.
| |
| NewSize |
The new size in screen coordinates.
| |
| OldSize |
The old size in screen coordinates.
| |
| RadiusValueMax |
The radius of the bottom edge. Applies when the rotation angle is 0.
| |
| RadiusValueMin |
The radius of the top edge. Applies when the rotation angle is 0.
|