FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / Size Property


In This Topic
Size Property (PiePlotArea)
In This Topic
Gets or sets the size of the plot area in control canvas space.
Syntax
'Declaration
 
Public Property Size As SizeF
 
'Usage
 
Dim instance As PiePlotArea
Dim value As SizeF
 
instance.Size = value
 
value = instance.Size
Remarks
Size is measured in relative units ((0,0) = no size, (1,1) = size of control).
See Also