Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / Overlap Property


In This Topic
    Overlap Property
    In This Topic
    Specifies how bars and columns are positioned. Can be a value between -100 and 100.
    Syntax
    'Declaration
     
    Property Overlap As Integer
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Integer
     
    instance.Overlap = value
     
    value = instance.Overlap
    int Overlap {get; set;}
    Remarks
    Applies only to 2D bar and 2D column charts.
    See Also