[]
Gets or sets the size of the plot area in control canvas space.
[FpCategory("Category_Layout")]
public SizeF Size { get; set; }
<FpCategory("Category_Layout")>
Public Property Size As SizeF
Size is measured in relative units ((0,0) = no size, (1,1) = size of control).
Type | Condition |
---|---|
ArgumentOutOfRangeException | Value's width or height is less than or equal to zero or greater than one. |