ChartGroup.GapWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bar and Column charts: Returns 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: Returns or sets the space between the primary and secondary sections of the chart. Read/write.
public:
property int GapWidth { int get(); void set(int value); };
public int GapWidth { get; set; }
member this.GapWidth : int with get, set
Public Property GapWidth As Integer
Property Value
Integer
Remarks
The value of this property must be between 0 and 500.