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


In This Topic
    Left Property (IChartTitle)
    In This Topic
    Gets or sets a double value that represents the distance, in pixels, from the left edge of the object to the left edge of the chart area.
    Syntax
    'Declaration
     
    Property Left As Double
    'Usage
     
    Dim instance As IChartTitle
    Dim value As Double
     
    instance.Left = value
     
    value = instance.Left
    double Left {get; set;}
    See Also