ChartGroup.Overlap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how bars and columns are positioned. Can be a value between – 100 and 100. Applies only to 2-D bar and 2-D column charts. Read/write.
public:
property int Overlap { int get(); void set(int value); };
public int Overlap { get; set; }
member this.Overlap : int with get, set
Public Property Overlap As Integer
Property Value
Integer
Remarks
If this property is set to – 100, bars are positioned so that there's one bar width between them. If the overlap is 0 (zero), there's no space between bars (one bar starts immediately after the preceding bar). If the overlap is 100, bars are positioned on top of each other.