Size Property (YPlotArea)
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 YPlotArea
Dim value As SizeF
instance.Size = value
value = instance.Size
public SizeF Size {get; set;}
See Also