Returns or sets the space between bar or column clusters, as a percentage of the bar or column width.
The value of this property must be between 0 and 500.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic short GapWidth { get; set; }
Public Property GapWidth As Short
Get
Set
public:
property short GapWidth {
short get ();
void set (short value);
}
member GapWidth : int16 with get, set
Property Value
Type:
Int16
See Also