XlsChartFormat
GapWidth Property
|
Space between categories (percent of bar width), default = 50.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int GapWidth { get; set; }
Public Property GapWidth As Integer
Get
Set
public:
virtual property int GapWidth {
int get () sealed;
void set (int value) sealed;
}
abstract GapWidth : int with get, set
override GapWidth : int with get, set
Property Value
Type:
Int32
Implements
IChartFormat
GapWidth
See Also