Gets or sets the amount of space between series.
Syntax
'Declaration
Public Property GapDepth As Single
'Usage
Dim instance As BarSeries
Dim value As Single
instance.GapDepth = value
value = instance.GapDepth
public float GapDepth {get; set;}
Exceptions
See Also