Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / Top Property


In This Topic
    Top Property (SpreadChart)
    In This Topic
    Gets or sets the Y-coordinate of the chart.
    Syntax
    'Declaration
     
    
    Public Overridable Property Top As Unit
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Unit
     
    instance.Top = value
     
    value = instance.Top
    public virtual Unit Top {get; set;}
    See Also