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


In This Topic
    TopInPixel Property (ExcelChartShape)
    In This Topic
    Gets or sets the top in pixel.
    Syntax
    'Declaration
     
    
    Public Property TopInPixel As Single
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value As Single
     
    instance.TopInPixel = value
     
    value = instance.TopInPixel
    public float TopInPixel {get; set;}

    Property Value

    The top in pixel.
    See Also