Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / BarChart Class / GapWidth Property


In This Topic
    GapWidth Property
    In This Topic
    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

       
    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