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


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