Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / Size Property


Size Property (PlotArea)
Gets or sets the size of the plot area in control canvas space.
Syntax
'Declaration
 
Public Property Size As SizeF
 
'Usage
 
Dim instance As PlotArea
Dim value As SizeF
 
instance.Size = value
 
value = instance.Size
Exceptions
ExceptionDescription
Value's width or height is less than or equal to zero or greater than one.
Remarks
Size is measured in relative units ((0,0) = no size, (1,1) = size of control).
See Also