ChartGroup.Overlap Property
Specifies how bars and columns are positioned. Read/write 64-bit signed integer.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Overlap As Integer
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Integer
value = instance.Overlap
instance.Overlap = value
int Overlap { get; set; }
Property Value
Type: System.Int32
Remarks
This property applies only to 2-D bar and 2-D column charts.
You can set this property to a value from –100 through 100. If this property is set to –100, bars are positioned so that there is one bar width between them. If the overlap is 0 (zero), there is no space between bars (one bar starts immediately after the preceding bar). If the overlap is 100, bars are positioned on top of one another.