IChartAxis
GapWidth Property
|
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:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
int GapWidth { get; set; }
Property GapWidth As Integer
Get
Set
property int GapWidth {
int get ();
void set (int value);
}
abstract GapWidth : int with get, set
Property Value
Type:
Int32
See Also