Click or drag to resize
ChartDimensionsBase Methods

The ChartDimensionsBase type exposes the following members.

Methods
  Name Description
Public method Clone
Clone this object.
Public method Equals
Comparing of two objects.
(Overrides ObjectEquals(Object).)
Public method GetHashCode
Gets hash code.
(Overrides ObjectGetHashCode.)
Public method IsZero
Returns True if dimensions width and height are zero values
Public method SetDimensions(ChartDimensionsBase)
Copy dimensions from the object.
Public method SetDimensions(Single, Single)
Sets the new Width and Height values
Public method SetDimensions(Unit, Unit)
Sets the new Width and Height values
Top
See Also