[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotArea.Size

Size Property

Size

Gets or sets the size of the plot area in control canvas space.

Declaration
[FpCategory("Category_Layout")]
public SizeF Size { get; set; }
<FpCategory("Category_Layout")>
Public Property Size As SizeF
Remarks

Size is measured in relative units ((0,0) = no size, (1,1) = size of control).

Exceptions
Type Condition
ArgumentOutOfRangeException

Value's width or height is less than or equal to zero or greater than one.