GapWidth Property (BarSeries)
In This Topic
Gets or sets the amount of space between categories.
Syntax
'Declaration
Public Overridable Property GapWidth As Single
'Usage
Dim instance As BarSeries
Dim value As Single
instance.GapWidth = value
value = instance.GapWidth
public virtual float GapWidth {get; set;}
Exceptions
See Also