.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class : CornerSize Property
CornerSize Property (ChartArea)
Gets or sets a value that indicates the corner size in pixels. This size is used with BoxCorner settings.
Syntax
'Declaration
 
Public Property CornerSize As Integer
'Usage
 
Dim instance As ChartArea
Dim value As Integer
 
instance.CornerSize = value
 
value = instance.CornerSize
public int CornerSize {get; set;}
Remarks
Only corners without axes touching them can be styled.
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