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