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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Height | Height of the item as a percentage of its containing object. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Left | The distance of the item from the left of the containing object, as a percentage of the container. | |
Top | The distance of the item from the top of the containing object, as a percentage of the container. | |
Width | Width of the item as a percentage of its containing object. |
Top