Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / OverlapData Property


In This Topic
    OverlapData Property
    In This Topic
    Gets or sets a value that indicates whether the data overlaps.
    Syntax
    'Declaration
     
    Public Property OverlapData As Boolean
    'Usage
     
    Dim instance As Axis
    Dim value As Boolean
     
    instance.OverlapData = value
     
    value = instance.OverlapData
    public bool OverlapData {get; set;}

    Property Value

    true if the data overlaps; otherwise, false.
    See Also