Margins Class
Represents the margins for various chart elements.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Margins() | Initializes a new instance of the Margins class. |
![]() | Margins(Int32, Int32, Int32, Int32) | Initializes a new instance of the Margins class with the specified top, bottom, left and right coordinates of the margin. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code for the Margins object.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | IsEmpty() | Determines whether the margins are empty. |
![]() | MemberwiseClone() | |
![]() | ToRectangleF() | Converts a Margins object to a RectangleF object. |
![]() | ToString() | Converts a Margins object to its string representation.(Overrides Object::ToString().) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


