.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Element Class : CornerRadius Property
CornerRadius Property
Gets or sets a value that controls the corner radius of columns and bars. It is not supported with shading effects Five, Six, Seven, or Background1 and Background2.
Syntax
'Declaration
 
Public Property CornerRadius As Integer
'Usage
 
Dim instance As Element
Dim value As Integer
 
instance.CornerRadius = value
 
value = instance.CornerRadius
public int CornerRadius {get; set;}
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