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


In This Topic
    Top Property (IDataLabel)
    In This Topic
    Gets or sets the top of the object.
    Syntax
    'Declaration
     
    Property Top As Double
    'Usage
     
    Dim instance As IDataLabel
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    double Top {get; set;}
    Remarks
    This property works with custom setting only. It doesn't return the auto calculated top of the label.
    See Also