'Declaration Property GapWidth As Integer
'Usage Dim instance As IChartGroup Dim value As Integer instance.GapWidth = value value = instance.GapWidth
int GapWidth {get; set;}
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.
'Declaration Property GapWidth As Integer
'Usage Dim instance As IChartGroup Dim value As Integer instance.GapWidth = value value = instance.GapWidth
int GapWidth {get; set;}