MarginsChangedEventArgs Class |
Namespace: Arction.WinForms.Charting.Views
The MarginsChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MarginsChangedEventArgs |
Creates and initializes a new instance of MarginsChangedEventArgs 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 | |
|---|---|---|
| NewMarginBottom |
Bottom margin new value.
| |
| NewMarginLeft |
Left margin new value.
| |
| NewMarginRight |
Right margin new value.
| |
| NewMarginTop |
Top margin new value.
| |
| OldMarginBottom |
Bottom margin old value.
| |
| OldMarginLeft |
Left margin old value.
| |
| OldMarginRight |
Right margin old value.
| |
| OldMarginTop |
Top margin old value.
|