Xceed Words for .NET v3.0 Documentation
GapWidth Property


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > BarChart Class : GapWidth Property
Gets or sets which percentage of the bar is used as a gap (value between 0% and 500%).
Syntax
'Declaration
 
Public Property GapWidth As Integer
'Usage
 
Dim instance As BarChart
Dim value As Integer
 
instance.GapWidth = value
 
value = instance.GapWidth
public int GapWidth {get; set;}

Property Value

The percentage of the bar that is used as a gap (value between 0% and 500%).
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarChart Class
BarChart Members