Height Property (ChartElementPosition)
In This Topic
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.
Syntax
'Declaration
Public Property Height As RdlFloat
public RdlFloat Height {get; set;}
See Also