Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / RightOffset Property


In This Topic
    RightOffset Property (ExcelChartShape)
    In This Topic
    Gets or sets the right offset.
    Syntax
    'Declaration
     
    
    Public Property RightOffset As Double
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value As Double
     
    instance.RightOffset = value
     
    value = instance.RightOffset
    public double RightOffset {get; set;}

    Property Value

    The right offset.
    See Also