C1.C1Rdl.Rdl2008 Namespace : ChartElementPosition Class |
For a list of all members of this type, see ChartElementPosition members.
Name | Description | |
---|---|---|
![]() | Height | Gets ot sets the height of the item as a percentage of its containing object's size.
If set to null (default), the value of 100 minus ChartElementPosition.Top is used. |
![]() | Left | Gets or sets the distance of the item from the left of the containing object, as a percentage of the container's size.
Default is 0. |
![]() | Top | Gets or sets the distance of the item from the top of the containing object, as a percentage of the container's size.
Default is 0. |
![]() | Width | Gets ot sets the width of the item as a percentage of its containing object's size.
If set to null (default), the value of 100 minus ChartElementPosition.Left is used. |