The ChartElementPosition type exposes the following members.

Constructors

  Name Description
Public method ChartElementPosition()()()()
Initializes a new instance of the ChartElementPosition class.
Public method ChartElementPosition(RdlFloat, RdlFloat, RdlFloat, RdlFloat)
Initializes a new instance of the ChartElementPosition class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartElementPosition to the current object.

Properties

  Name Description
Public property 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 Top is used.

Public property 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.

Public property 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.

Public property 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 Left is used.

See Also