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


In This Topic
    Top Property (IDisplayUnitLabel)
    In This Topic
    Gets or sets a double value that represents the distance, in pixels, from the top edge of the object to the top edge of the chart area.
    Syntax
    'Declaration
     
    Property Top As Double
    'Usage
     
    Dim instance As IDisplayUnitLabel
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    double Top {get; set;}
    See Also