Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / DoughnutHoleSize Property


In This Topic
    DoughnutHoleSize Property
    In This Topic
    Get or sets the size of the hole in a doughnut chart group.
    Syntax
    'Declaration
     
    Property DoughnutHoleSize As Integer
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Integer
     
    instance.DoughnutHoleSize = value
     
    value = instance.DoughnutHoleSize
    int DoughnutHoleSize {get; set;}
    See Also