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


In This Topic
    GapWidth Property
    In This Topic

    Bar and Column charts: Gets or sets the space between bar or column clusters, as a percentage of the bar or column width.

    Pie of Pie and Bar of Pie charts: Gets or sets the space between the primary and secondary sections of the chart.

    Syntax
    'Declaration
     
    Property GapWidth As Integer
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Integer
     
    instance.GapWidth = value
     
    value = instance.GapWidth
    int GapWidth {get; set;}
    See Also