Spread Windows Forms 6.0 Product Documentation
Size Property
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PlotArea Class : Size Property


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property Size As SizeF
Visual Basic (Usage)Copy Code
Dim instance As PlotArea
Dim value As SizeF
 
instance.Size = value
 
value = instance.Size
C# 
public SizeF Size {get; set;}

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeException 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).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.