Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartShapeBase Class / CornerRadius Property


In This Topic
    CornerRadius Property (SpreadChartShapeBase)
    In This Topic
    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