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


In This Topic
    Border Property (ISeriesLines)
    In This Topic
    Returns a Border object that represents the border of the object.
    Syntax
    'Declaration
     
    ReadOnly Property Border As IBorder
    'Usage
     
    Dim instance As ISeriesLines
    Dim value As IBorder
     
    value = instance.Border
    IBorder Border {get;}
    See Also