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


In This Topic
    Top Property (IAxisTitle)
    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 IAxisTitle
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    double Top {get; set;}
    See Also