SpreadsheetGear 2017
Overlap Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : Overlap Property
Gets or sets the overlap or space between bars within a category as a percentage of the bar width.".
Syntax
'Declaration
 
Property Overlap As System.Double
'Usage
 
Dim instance As IChartGroup
Dim value As System.Double
 
instance.Overlap = value
 
value = instance.Overlap
System.double Overlap {get; set;}
read-write property Overlap: System.Double; 
function get,set Overlap : System.double
__property System.double get_Overlap();
__property void set_Overlap( 
   System.double value
);
property System.double Overlap {
   System.double get();
   void set (    System.double value);
}
Remarks

The value zero causes the bars to be placed adjacent to each other with no overlap or space between bars.

The positive value 100 causes bars to overlap completely.

The negative value -50 causes space equal to one half of the bar width between bars.

Requirements

Target Platforms: Windows 7, 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

Reference

IChartGroup Interface
IChartGroup Members