Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ILegend Interface / Top Property


In This Topic
    Top Property (ILegend)
    In This Topic
    Gets or sets the top of the object.
    Syntax
    'Declaration
     
    Property Top As Double
    'Usage
     
    Dim instance As ILegend
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    double Top {get; set;}
    See Also