Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IErrorBars Interface / Border Property


In This Topic
    Border Property (IErrorBars)
    In This Topic
    Gets an GrapeCity.Spreadsheet.IBorder object that represents the border of the object.
    Syntax
    'Declaration
     
    ReadOnly Property Border As IBorder
    'Usage
     
    Dim instance As IErrorBars
    Dim value As IBorder
     
    value = instance.Border
    IBorder Border {get;}
    See Also