Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ILegend Interface / Left Property


In This Topic
    Left Property (ILegend)
    In This Topic
    Gets or sets the left of the object.
    Syntax
    'Declaration
     
    Property Left As Double
    'Usage
     
    Dim instance As ILegend
    Dim value As Double
     
    instance.Left = value
     
    value = instance.Left
    double Left {get; set;}
    See Also