GrapeCity.Xaml.SpreadSheet.Data
CornerRadius Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > SpreadChartShapeBase Class : CornerRadius Property
Gets or sets a value that represents the degree to which the corners of a chart are rounded.
Syntax
'Declaration
 
Public Property CornerRadius As Double
'Usage
 
Dim instance As SpreadChartShapeBase
Dim value As Double
 
instance.CornerRadius = value
 
value = instance.CornerRadius
public double CornerRadius {get; set;}

Property Value

The corner radius for the chart.
See Also

Reference

SpreadChartShapeBase Class
SpreadChartShapeBase Members