dotnetCHARTING Send comments on this topic.
CornerSize Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : CornerSize Property


Gets or sets a value that indicates the corner size in pixels. This size is used with BoxCorner settings.

Syntax

Visual Basic (Declaration) 
Public Property CornerSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartArea
Dim value As Integer
 
instance.CornerSize = value
 
value = instance.CornerSize
C# 
public int CornerSize {get; set;}

Remarks

Only corners without axes touching them can be styled.

See Also

© 2010 All Rights Reserved.