Sdílet prostřednictvím


ChartElementPosition Members

Include Protected Members
Include Inherited Members

Represents the position in which to draw a chart element.

The ChartElementPosition type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Height Height of the item as a percentage of its containing object.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Left The distance of the item from the left of the containing object, as a percentage of the container.
Public property Top The distance of the item from the top of the containing object, as a percentage of the container.
Public property Width Width of the item as a percentage of its containing object.

Top